POST ExternalService/SendSMS

Request Information

URI Parameters

None.

Body Parameters

SMSObject
NameDescriptionTypeAdditional information
Message

string

None.

PhoneNumber

string

None.

SMSProvider

string

None.

ApplicationName

string

None.

isSentSMSPrev

isSentSMSPrev

None.

Request Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "PhoneNumber": "sample string 2",
  "SMSProvider": "sample string 3",
  "ApplicationName": "sample string 4",
  "isSentSMSPrev": {
    "ApplicationName": "sample string 1",
    "Subject": "sample string 2",
    "MinutestoResendSMS": 3
  }
}

application/xml, text/xml

Sample:
<SMSObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InternalServices.Models">
  <ApplicationName>sample string 4</ApplicationName>
  <Message>sample string 1</Message>
  <PhoneNumber>sample string 2</PhoneNumber>
  <SMSProvider>sample string 3</SMSProvider>
  <isSentSMSPrev>
    <ApplicationName>sample string 1</ApplicationName>
    <MinutestoResendSMS>3</MinutestoResendSMS>
    <Subject>sample string 2</Subject>
  </isSentSMSPrev>
</SMSObject>

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.