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": "16f592ab-1160-4deb-8470-4469af6c3236",
"CampaignId": "c9ac09f7-0d0a-4b55-8ed1-8940b0bb144a",
"ProviderLoginId": "449ff521-0a2b-4ca3-97fe-96f788d15df7",
"Msisdn": 4,
"Message": "sample string 5",
"CampaignName": "sample string 6",
"TenantID": "37bca95f-db52-4a16-9e31-39b598435f9d",
"UserID": "02dbb137-8207-4ac5-a431-3143c42bac1f",
"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>c9ac09f7-0d0a-4b55-8ed1-8940b0bb144a</CampaignId> <CampaignName>sample string 6</CampaignName> <Id>16f592ab-1160-4deb-8470-4469af6c3236</Id> <Message>sample string 5</Message> <Msisdn>4</Msisdn> <ProviderLoginId>449ff521-0a2b-4ca3-97fe-96f788d15df7</ProviderLoginId> <TenantID>37bca95f-db52-4a16-9e31-39b598435f9d</TenantID> <UserID>02dbb137-8207-4ac5-a431-3143c42bac1f</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.