POST api/sms/SendSingleSMS
Request Information
URI Parameters
None.
Body Parameters
SmsSendSingleRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| ProviderLoginId | globally unique identifier |
None. |
|
| Msisdn | integer |
None. |
|
| Message | string |
None. |
|
| CampaignName | string |
None. |
|
| TenantID | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
|
| Username | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "24a87494-fdb1-4190-b1c8-cba629cbe6bc",
"CampaignId": "2051eb00-adea-47c0-a1b2-22fbb7f20bd4",
"ProviderLoginId": "4442fe83-1e97-4c20-8d2a-0d37c85ccf8f",
"Msisdn": 4,
"Message": "sample string 5",
"CampaignName": "sample string 6",
"TenantID": "f7e7d201-d6b5-430f-a205-f5b4dce1460d",
"UserID": "8cb9d5b3-cdf6-470f-909a-1888152f3b61",
"Username": "sample string 7"
}
application/xml, text/xml
Sample:
<SmsSendSingleRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.DigitalSender.Models.SMSSending"> <CampaignId>2051eb00-adea-47c0-a1b2-22fbb7f20bd4</CampaignId> <CampaignName>sample string 6</CampaignName> <Id>24a87494-fdb1-4190-b1c8-cba629cbe6bc</Id> <Message>sample string 5</Message> <Msisdn>4</Msisdn> <ProviderLoginId>4442fe83-1e97-4c20-8d2a-0d37c85ccf8f</ProviderLoginId> <TenantID>f7e7d201-d6b5-430f-a205-f5b4dce1460d</TenantID> <UserID>8cb9d5b3-cdf6-470f-909a-1888152f3b61</UserID> <Username>sample string 7</Username> </SmsSendSingleRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.