POST api/Alerts/SMSAlertReceive2FA
Request Information
URI Parameters
None.
Body Parameters
Msg| Name | Description | Type | Additional 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:
Response Information
Resource Description
TwilioMessagingResponseNone.
Response Formats
application/json, text/json
Sample:
Sample not available.