GET api/PendingSendEmailRequestCollection
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SendEmailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TemplateId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| SuperAffiliateId | globally unique identifier |
None. |
|
| Status | integer |
None. |
|
| EmailAddress | string |
None. |
|
| Title | string |
None. |
|
| Body | string |
None. |
|
| DataJson | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "3eb73cfb-1155-440d-8f5b-ba398cec5ec9",
"template-id": "5c30c259-3d71-4c0b-b49d-4705ff9d009c",
"customer-id": "e53a4d5b-bb1c-42cc-aa7e-950ff2e40e48",
"super-affiliate-id": "55649029-3d9a-44b8-a2d5-0253d76ef949",
"status": 3,
"email-address": "sample string 4",
"title": "sample string 5",
"body": "sample string 6",
"data-json": "sample string 7"
},
{
"id": "3eb73cfb-1155-440d-8f5b-ba398cec5ec9",
"template-id": "5c30c259-3d71-4c0b-b49d-4705ff9d009c",
"customer-id": "e53a4d5b-bb1c-42cc-aa7e-950ff2e40e48",
"super-affiliate-id": "55649029-3d9a-44b8-a2d5-0253d76ef949",
"status": 3,
"email-address": "sample string 4",
"title": "sample string 5",
"body": "sample string 6",
"data-json": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfSendEmailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
<SendEmailRequest>
<Body>sample string 6</Body>
<CustomerId>e53a4d5b-bb1c-42cc-aa7e-950ff2e40e48</CustomerId>
<DataJson>sample string 7</DataJson>
<EmailAddress>sample string 4</EmailAddress>
<Id>3eb73cfb-1155-440d-8f5b-ba398cec5ec9</Id>
<Status>3</Status>
<SuperAffiliateId>55649029-3d9a-44b8-a2d5-0253d76ef949</SuperAffiliateId>
<TemplateId>5c30c259-3d71-4c0b-b49d-4705ff9d009c</TemplateId>
<Title>sample string 5</Title>
</SendEmailRequest>
<SendEmailRequest>
<Body>sample string 6</Body>
<CustomerId>e53a4d5b-bb1c-42cc-aa7e-950ff2e40e48</CustomerId>
<DataJson>sample string 7</DataJson>
<EmailAddress>sample string 4</EmailAddress>
<Id>3eb73cfb-1155-440d-8f5b-ba398cec5ec9</Id>
<Status>3</Status>
<SuperAffiliateId>55649029-3d9a-44b8-a2d5-0253d76ef949</SuperAffiliateId>
<TemplateId>5c30c259-3d71-4c0b-b49d-4705ff9d009c</TemplateId>
<Title>sample string 5</Title>
</SendEmailRequest>
</ArrayOfSendEmailRequest>