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": "1cd0797b-6301-4b54-ae5e-66770a394578",
"template-id": "971c3131-5660-424a-a50d-3d26cd22589b",
"customer-id": "47f95565-032f-4f77-9a13-1731e286bcaa",
"super-affiliate-id": "41bbaab3-61ec-4f9b-8bc9-cbc6c350702f",
"status": 3,
"email-address": "sample string 4",
"title": "sample string 5",
"body": "sample string 6",
"data-json": "sample string 7"
},
{
"id": "1cd0797b-6301-4b54-ae5e-66770a394578",
"template-id": "971c3131-5660-424a-a50d-3d26cd22589b",
"customer-id": "47f95565-032f-4f77-9a13-1731e286bcaa",
"super-affiliate-id": "41bbaab3-61ec-4f9b-8bc9-cbc6c350702f",
"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>47f95565-032f-4f77-9a13-1731e286bcaa</CustomerId>
<DataJson>sample string 7</DataJson>
<EmailAddress>sample string 4</EmailAddress>
<Id>1cd0797b-6301-4b54-ae5e-66770a394578</Id>
<Status>3</Status>
<SuperAffiliateId>41bbaab3-61ec-4f9b-8bc9-cbc6c350702f</SuperAffiliateId>
<TemplateId>971c3131-5660-424a-a50d-3d26cd22589b</TemplateId>
<Title>sample string 5</Title>
</SendEmailRequest>
<SendEmailRequest>
<Body>sample string 6</Body>
<CustomerId>47f95565-032f-4f77-9a13-1731e286bcaa</CustomerId>
<DataJson>sample string 7</DataJson>
<EmailAddress>sample string 4</EmailAddress>
<Id>1cd0797b-6301-4b54-ae5e-66770a394578</Id>
<Status>3</Status>
<SuperAffiliateId>41bbaab3-61ec-4f9b-8bc9-cbc6c350702f</SuperAffiliateId>
<TemplateId>971c3131-5660-424a-a50d-3d26cd22589b</TemplateId>
<Title>sample string 5</Title>
</SendEmailRequest>
</ArrayOfSendEmailRequest>