GET api/PendingSendSmsRequestCollection
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SendSmsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TemplateId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Message | string |
None. |
|
| Msisdn | string |
None. |
|
| DataJson | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "61ffd409-31be-4938-907a-86dfe02c4e9a",
"template-id": "dad2f566-5f82-43b2-badb-eb61d9ef88c2",
"customer-id": "8621a804-a4b7-4072-8a82-6dfc1818bd95",
"message": "sample string 2",
"msisdn": "sample string 3",
"data-json": "sample string 4"
},
{
"id": "61ffd409-31be-4938-907a-86dfe02c4e9a",
"template-id": "dad2f566-5f82-43b2-badb-eb61d9ef88c2",
"customer-id": "8621a804-a4b7-4072-8a82-6dfc1818bd95",
"message": "sample string 2",
"msisdn": "sample string 3",
"data-json": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfSendSmsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
<SendSmsRequest>
<CustomerId>8621a804-a4b7-4072-8a82-6dfc1818bd95</CustomerId>
<DataJson>sample string 4</DataJson>
<Id>61ffd409-31be-4938-907a-86dfe02c4e9a</Id>
<Message>sample string 2</Message>
<Msisdn>sample string 3</Msisdn>
<TemplateId>dad2f566-5f82-43b2-badb-eb61d9ef88c2</TemplateId>
</SendSmsRequest>
<SendSmsRequest>
<CustomerId>8621a804-a4b7-4072-8a82-6dfc1818bd95</CustomerId>
<DataJson>sample string 4</DataJson>
<Id>61ffd409-31be-4938-907a-86dfe02c4e9a</Id>
<Message>sample string 2</Message>
<Msisdn>sample string 3</Msisdn>
<TemplateId>dad2f566-5f82-43b2-badb-eb61d9ef88c2</TemplateId>
</SendSmsRequest>
</ArrayOfSendSmsRequest>