POST api/sms/SendTestSMS
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": "c12163d6-8005-4324-a8ff-126e8d513a46",
"CampaignId": "584ac278-ae86-416b-9411-9faa07e8e2f1",
"ProviderLoginId": "6ef3b4f3-805f-4017-ab0f-e9acb3d7750e",
"Msisdn": 4,
"Message": "sample string 5",
"CampaignName": "sample string 6",
"TenantID": "26da3de9-8d49-4630-9c9c-9db159308851",
"UserID": "e8c2070c-072e-444a-95fd-3f514ab56266",
"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>584ac278-ae86-416b-9411-9faa07e8e2f1</CampaignId> <CampaignName>sample string 6</CampaignName> <Id>c12163d6-8005-4324-a8ff-126e8d513a46</Id> <Message>sample string 5</Message> <Msisdn>4</Msisdn> <ProviderLoginId>6ef3b4f3-805f-4017-ab0f-e9acb3d7750e</ProviderLoginId> <TenantID>26da3de9-8d49-4630-9c9c-9db159308851</TenantID> <UserID>e8c2070c-072e-444a-95fd-3f514ab56266</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.