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": "1c0c0341-f368-489c-b059-ce1d4a8d03e8",
"template-id": "8dc390fd-ad41-4e17-989c-db0c1cfc2da3",
"customer-id": "d11253e6-8fe6-48ef-96ce-16d90fb18db6",
"super-affiliate-id": "21d1fce6-18df-426d-92a3-02ce029d468a",
"status": 3,
"email-address": "sample string 4",
"title": "sample string 5",
"body": "sample string 6",
"data-json": "sample string 7"
},
{
"id": "1c0c0341-f368-489c-b059-ce1d4a8d03e8",
"template-id": "8dc390fd-ad41-4e17-989c-db0c1cfc2da3",
"customer-id": "d11253e6-8fe6-48ef-96ce-16d90fb18db6",
"super-affiliate-id": "21d1fce6-18df-426d-92a3-02ce029d468a",
"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>d11253e6-8fe6-48ef-96ce-16d90fb18db6</CustomerId>
<DataJson>sample string 7</DataJson>
<EmailAddress>sample string 4</EmailAddress>
<Id>1c0c0341-f368-489c-b059-ce1d4a8d03e8</Id>
<Status>3</Status>
<SuperAffiliateId>21d1fce6-18df-426d-92a3-02ce029d468a</SuperAffiliateId>
<TemplateId>8dc390fd-ad41-4e17-989c-db0c1cfc2da3</TemplateId>
<Title>sample string 5</Title>
</SendEmailRequest>
<SendEmailRequest>
<Body>sample string 6</Body>
<CustomerId>d11253e6-8fe6-48ef-96ce-16d90fb18db6</CustomerId>
<DataJson>sample string 7</DataJson>
<EmailAddress>sample string 4</EmailAddress>
<Id>1c0c0341-f368-489c-b059-ce1d4a8d03e8</Id>
<Status>3</Status>
<SuperAffiliateId>21d1fce6-18df-426d-92a3-02ce029d468a</SuperAffiliateId>
<TemplateId>8dc390fd-ad41-4e17-989c-db0c1cfc2da3</TemplateId>
<Title>sample string 5</Title>
</SendEmailRequest>
</ArrayOfSendEmailRequest>