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": "04a9e6c7-615c-4647-8f3a-fb3cb10a6f10",
"CampaignId": "70790247-c990-4fff-bb61-370b1d22fc7d",
"ProviderLoginId": "c9637af2-84c9-4501-94e4-b5745dd6de97",
"Msisdn": 4,
"Message": "sample string 5",
"CampaignName": "sample string 6",
"TenantID": "96c28529-7f06-4635-84b4-a8fb03ff67e2",
"UserID": "ec6fda5e-dbe0-42d3-8176-60b6106fb0fe",
"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>70790247-c990-4fff-bb61-370b1d22fc7d</CampaignId> <CampaignName>sample string 6</CampaignName> <Id>04a9e6c7-615c-4647-8f3a-fb3cb10a6f10</Id> <Message>sample string 5</Message> <Msisdn>4</Msisdn> <ProviderLoginId>c9637af2-84c9-4501-94e4-b5745dd6de97</ProviderLoginId> <TenantID>96c28529-7f06-4635-84b4-a8fb03ff67e2</TenantID> <UserID>ec6fda5e-dbe0-42d3-8176-60b6106fb0fe</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.