POST api/Alerts/SMSAlertReceive2FA

Request Information

URI Parameters

None.

Body Parameters

Msg
NameDescriptionTypeAdditional information
Body

string

None.

SmsSid

string

None.

From

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Body": "sample string 1",
  "SmsSid": "sample string 2",
  "From": "sample string 3"
}

application/xml, text/xml

Sample:
<Msg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TimeTrackIVR.Controllers.Apps">
  <Body>sample string 1</Body>
  <From>sample string 3</From>
  <SmsSid>sample string 2</SmsSid>
</Msg>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Msg'.

Response Information

Resource Description

TwilioMessagingResponse

None.

Response Formats

application/json, text/json

Sample:

Sample not available.