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": "9692b78e-e94d-4235-8492-2233a1b9972e",
"KrocCenterId": "8c567689-8852-4029-8a45-a4ba5d77c73e",
"CommunicationTypeId": "47233997-1bff-4a20-907a-15b8768dc0a2",
"CustomerId": "206c664e-5729-4ea2-8114-82af0429032b",
"Priority": 4,
"SendFrom": "sample string 5",
"SendTo": "sample string 6",
"Message": "sample string 7",
"Attachments": {
"Attachment": null
},
"QueueDateTime": "2025-11-02T03:19:38.187882-08: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>47233997-1bff-4a20-907a-15b8768dc0a2</CommunicationTypeId>
<CommunicationTypeName>sample string 11</CommunicationTypeName>
<CustomerBarcode>sample string 14</CustomerBarcode>
<CustomerFirstName>sample string 13</CustomerFirstName>
<CustomerId>206c664e-5729-4ea2-8114-82af0429032b</CustomerId>
<CustomerLastName>sample string 12</CustomerLastName>
<EmailCommunicationQueueId>9692b78e-e94d-4235-8492-2233a1b9972e</EmailCommunicationQueueId>
<KrocCenterId>8c567689-8852-4029-8a45-a4ba5d77c73e</KrocCenterId>
<KrocCenterName>sample string 10</KrocCenterName>
<Message>sample string 7</Message>
<Priority>4</Priority>
<QueueDateTime>2025-11-02T03:19:38.187882-08: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": "4080e1eb-863d-4845-9a3e-fe33d0367c05",
"KrocCenterId": "6309bfa0-e96e-42ca-8bad-34d4b4399c80",
"CommunicationTypeId": "a46cafed-bd3c-48ae-bd8b-dcd81f07d8fc",
"CustomerId": "cb672a84-2a4c-4fc3-b9f5-47d68e0e8cd6",
"Priority": 4,
"SendFrom": "sample string 5",
"SendTo": "sample string 6",
"Message": "sample string 7",
"Attachments": {
"Attachment": null
},
"QueueDateTime": "2025-11-02T03:19:38.187882-08: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>a46cafed-bd3c-48ae-bd8b-dcd81f07d8fc</CommunicationTypeId>
<CommunicationTypeName>sample string 11</CommunicationTypeName>
<CustomerBarcode>sample string 14</CustomerBarcode>
<CustomerFirstName>sample string 13</CustomerFirstName>
<CustomerId>cb672a84-2a4c-4fc3-b9f5-47d68e0e8cd6</CustomerId>
<CustomerLastName>sample string 12</CustomerLastName>
<EmailCommunicationQueueId>4080e1eb-863d-4845-9a3e-fe33d0367c05</EmailCommunicationQueueId>
<KrocCenterId>6309bfa0-e96e-42ca-8bad-34d4b4399c80</KrocCenterId>
<KrocCenterName>sample string 10</KrocCenterName>
<Message>sample string 7</Message>
<Priority>4</Priority>
<QueueDateTime>2025-11-02T03:19:38.187882-08:00</QueueDateTime>
<SendFrom>sample string 5</SendFrom>
<SendTo>sample string 6</SendTo>
</EmailCommunicationQueueModel>