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": "59b91f86-5bed-4ffc-a9a1-00cb317b5e41",
"CampaignId": "353a00e6-5a65-45d9-a260-0583a72651d1",
"ProviderLoginId": "0ff8b5be-5e36-4c26-8292-8376d6f31b11",
"Msisdn": 4,
"Message": "sample string 5",
"CampaignName": "sample string 6",
"TenantID": "87dbddac-90b6-421c-8f15-6d43e6c37101",
"UserID": "7ef87375-1de4-47d8-acf3-686a4d295d63",
"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>353a00e6-5a65-45d9-a260-0583a72651d1</CampaignId> <CampaignName>sample string 6</CampaignName> <Id>59b91f86-5bed-4ffc-a9a1-00cb317b5e41</Id> <Message>sample string 5</Message> <Msisdn>4</Msisdn> <ProviderLoginId>0ff8b5be-5e36-4c26-8292-8376d6f31b11</ProviderLoginId> <TenantID>87dbddac-90b6-421c-8f15-6d43e6c37101</TenantID> <UserID>7ef87375-1de4-47d8-acf3-686a4d295d63</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.