PUT api/email-communication-queue/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
EmailCommunicationQueueModelName | 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": "55dcb2a3-8306-49af-a1e8-3402ceb0ba6b", "KrocCenterId": "d5093227-1bbd-4bd5-8083-f63221591fec", "CommunicationTypeId": "57015737-1d1d-4805-8344-c04596c92c5c", "CustomerId": "0fda4fb0-319b-4a1e-9cd3-60bac78243cd", "Priority": 4, "SendFrom": "sample string 5", "SendTo": "sample string 6", "Message": "sample string 7", "Attachments": { "Attachment": null }, "QueueDateTime": "2025-01-21T22:47:17.1088397-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>57015737-1d1d-4805-8344-c04596c92c5c</CommunicationTypeId> <CommunicationTypeName>sample string 11</CommunicationTypeName> <CustomerBarcode>sample string 14</CustomerBarcode> <CustomerFirstName>sample string 13</CustomerFirstName> <CustomerId>0fda4fb0-319b-4a1e-9cd3-60bac78243cd</CustomerId> <CustomerLastName>sample string 12</CustomerLastName> <EmailCommunicationQueueId>55dcb2a3-8306-49af-a1e8-3402ceb0ba6b</EmailCommunicationQueueId> <KrocCenterId>d5093227-1bbd-4bd5-8083-f63221591fec</KrocCenterId> <KrocCenterName>sample string 10</KrocCenterName> <Message>sample string 7</Message> <Priority>4</Priority> <QueueDateTime>2025-01-21T22:47:17.1088397-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
EmailCommunicationQueueModelName | 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": "018cb08a-fc24-4a5c-8ea3-7ce7e5c5ffc2", "KrocCenterId": "a0b08b2a-d934-42af-8009-5f2d4f515627", "CommunicationTypeId": "04185327-caa4-43e1-a03f-8ebbce3fa2dc", "CustomerId": "8b21889b-1e27-45b4-bdb9-68eabdf37eb9", "Priority": 4, "SendFrom": "sample string 5", "SendTo": "sample string 6", "Message": "sample string 7", "Attachments": { "Attachment": null }, "QueueDateTime": "2025-01-21T22:47:17.1244648-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>04185327-caa4-43e1-a03f-8ebbce3fa2dc</CommunicationTypeId> <CommunicationTypeName>sample string 11</CommunicationTypeName> <CustomerBarcode>sample string 14</CustomerBarcode> <CustomerFirstName>sample string 13</CustomerFirstName> <CustomerId>8b21889b-1e27-45b4-bdb9-68eabdf37eb9</CustomerId> <CustomerLastName>sample string 12</CustomerLastName> <EmailCommunicationQueueId>018cb08a-fc24-4a5c-8ea3-7ce7e5c5ffc2</EmailCommunicationQueueId> <KrocCenterId>a0b08b2a-d934-42af-8009-5f2d4f515627</KrocCenterId> <KrocCenterName>sample string 10</KrocCenterName> <Message>sample string 7</Message> <Priority>4</Priority> <QueueDateTime>2025-01-21T22:47:17.1244648-08:00</QueueDateTime> <SendFrom>sample string 5</SendFrom> <SendTo>sample string 6</SendTo> </EmailCommunicationQueueModel>