PUT api/email-communication-queue/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
EmailCommunicationQueueModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailCommunicationQueueId | globally unique identifier |
None. |
|
| KrocCenterId | globally unique identifier |
None. |
|
| CommunicationTypeId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Priority | integer |
None. |
|
| SendFrom | string |
None. |
|
| SendTo | string |
None. |
|
| Message | string |
None. |
|
| Attachments | AttachmentDescriptor |
None. |
|
| QueueDateTime | date |
None. |
|
| Attempts | integer |
None. |
|
| KrocCenterName | string |
None. |
|
| CommunicationTypeName | string |
None. |
|
| CustomerLastName | string |
None. |
|
| CustomerFirstName | string |
None. |
|
| CustomerBarcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmailCommunicationQueueId": "3ded1a82-b16d-4dba-a9cd-33a5b0bfba48",
"KrocCenterId": "e9233c8a-4420-419d-9b04-3bb7cf91b043",
"CommunicationTypeId": "c40c3b6a-ae41-4589-82db-392474bdd1bd",
"CustomerId": "9fc6bbc5-6ddf-4a10-9b47-cdf41cb422df",
"Priority": 4,
"SendFrom": "sample string 5",
"SendTo": "sample string 6",
"Message": "sample string 7",
"Attachments": {
"Attachment": null
},
"QueueDateTime": "2026-06-11T09:21:24.9676473-07:00",
"Attempts": 9,
"KrocCenterName": "sample string 10",
"CommunicationTypeName": "sample string 11",
"CustomerLastName": "sample string 12",
"CustomerFirstName": "sample string 13",
"CustomerBarcode": "sample string 14"
}
application/xml, text/xml
Sample:
<EmailCommunicationQueueModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCMS.Models.DTO">
<Attachments xmlns:d2p1="http://schemas.datacontract.org/2004/07/CCMS.Models">
<d2p1:Attachment i:nil="true" />
</Attachments>
<Attempts>9</Attempts>
<CommunicationTypeId>c40c3b6a-ae41-4589-82db-392474bdd1bd</CommunicationTypeId>
<CommunicationTypeName>sample string 11</CommunicationTypeName>
<CustomerBarcode>sample string 14</CustomerBarcode>
<CustomerFirstName>sample string 13</CustomerFirstName>
<CustomerId>9fc6bbc5-6ddf-4a10-9b47-cdf41cb422df</CustomerId>
<CustomerLastName>sample string 12</CustomerLastName>
<EmailCommunicationQueueId>3ded1a82-b16d-4dba-a9cd-33a5b0bfba48</EmailCommunicationQueueId>
<KrocCenterId>e9233c8a-4420-419d-9b04-3bb7cf91b043</KrocCenterId>
<KrocCenterName>sample string 10</KrocCenterName>
<Message>sample string 7</Message>
<Priority>4</Priority>
<QueueDateTime>2026-06-11T09:21:24.9676473-07:00</QueueDateTime>
<SendFrom>sample string 5</SendFrom>
<SendTo>sample string 6</SendTo>
</EmailCommunicationQueueModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EmailCommunicationQueueModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailCommunicationQueueId | globally unique identifier |
None. |
|
| KrocCenterId | globally unique identifier |
None. |
|
| CommunicationTypeId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Priority | integer |
None. |
|
| SendFrom | string |
None. |
|
| SendTo | string |
None. |
|
| Message | string |
None. |
|
| Attachments | AttachmentDescriptor |
None. |
|
| QueueDateTime | date |
None. |
|
| Attempts | integer |
None. |
|
| KrocCenterName | string |
None. |
|
| CommunicationTypeName | string |
None. |
|
| CustomerLastName | string |
None. |
|
| CustomerFirstName | string |
None. |
|
| CustomerBarcode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"EmailCommunicationQueueId": "57db5c54-df01-44ff-a082-0438c3140bd8",
"KrocCenterId": "f0902530-1217-4cbb-8603-590f9029c4cb",
"CommunicationTypeId": "3e82e8a2-6544-4482-a3a8-f8764fcc07cc",
"CustomerId": "fbc1b3e5-af81-46c9-9055-6f117092eb4b",
"Priority": 4,
"SendFrom": "sample string 5",
"SendTo": "sample string 6",
"Message": "sample string 7",
"Attachments": {
"Attachment": null
},
"QueueDateTime": "2026-06-11T09:21:24.9676473-07:00",
"Attempts": 9,
"KrocCenterName": "sample string 10",
"CommunicationTypeName": "sample string 11",
"CustomerLastName": "sample string 12",
"CustomerFirstName": "sample string 13",
"CustomerBarcode": "sample string 14"
}
application/xml, text/xml
Sample:
<EmailCommunicationQueueModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCMS.Models.DTO">
<Attachments xmlns:d2p1="http://schemas.datacontract.org/2004/07/CCMS.Models">
<d2p1:Attachment i:nil="true" />
</Attachments>
<Attempts>9</Attempts>
<CommunicationTypeId>3e82e8a2-6544-4482-a3a8-f8764fcc07cc</CommunicationTypeId>
<CommunicationTypeName>sample string 11</CommunicationTypeName>
<CustomerBarcode>sample string 14</CustomerBarcode>
<CustomerFirstName>sample string 13</CustomerFirstName>
<CustomerId>fbc1b3e5-af81-46c9-9055-6f117092eb4b</CustomerId>
<CustomerLastName>sample string 12</CustomerLastName>
<EmailCommunicationQueueId>57db5c54-df01-44ff-a082-0438c3140bd8</EmailCommunicationQueueId>
<KrocCenterId>f0902530-1217-4cbb-8603-590f9029c4cb</KrocCenterId>
<KrocCenterName>sample string 10</KrocCenterName>
<Message>sample string 7</Message>
<Priority>4</Priority>
<QueueDateTime>2026-06-11T09:21:24.9676473-07:00</QueueDateTime>
<SendFrom>sample string 5</SendFrom>
<SendTo>sample string 6</SendTo>
</EmailCommunicationQueueModel>