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": "437f0fe7-8176-4ec8-92c5-88031ee3b366",
"CampaignId": "849dca17-6d9b-4867-9367-406000cbe8a6",
"ProviderLoginId": "20f3455a-a0e1-4cf8-9590-8c73c52a9628",
"Msisdn": 4,
"Message": "sample string 5",
"CampaignName": "sample string 6",
"TenantID": "dcd66ea4-4cbc-4377-ae0d-9b855106ae7f",
"UserID": "9171bc31-eb38-4249-a6b2-3e9d3448b5bb",
"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>849dca17-6d9b-4867-9367-406000cbe8a6</CampaignId> <CampaignName>sample string 6</CampaignName> <Id>437f0fe7-8176-4ec8-92c5-88031ee3b366</Id> <Message>sample string 5</Message> <Msisdn>4</Msisdn> <ProviderLoginId>20f3455a-a0e1-4cf8-9590-8c73c52a9628</ProviderLoginId> <TenantID>dcd66ea4-4cbc-4377-ae0d-9b855106ae7f</TenantID> <UserID>9171bc31-eb38-4249-a6b2-3e9d3448b5bb</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.