POST api/SendSms

Request Information

URI Parameters

None.

Body Parameters

SendSmsRequest
NameDescriptionTypeAdditional information
Token

string

None.

PhoneNumber

string

None.

WhiteLabelId

integer

None.

Text

string

None.

Sender

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "PhoneNumber": "sample string 2",
  "WhiteLabelId": 3,
  "Text": "sample string 4",
  "Sender": "sample string 5"
}

application/xml, text/xml

Sample:
<SendSmsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Affiliates.Data.Server.Models">
  <PhoneNumber>sample string 2</PhoneNumber>
  <Sender>sample string 5</Sender>
  <Text>sample string 4</Text>
  <Token>sample string 1</Token>
  <WhiteLabelId>3</WhiteLabelId>
</SendSmsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.