POST api/Notification/incomingmessage
Request Information
URI Parameters
None.
Body Parameters
TwilioModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Digits | string |
None. |
|
| Body | string |
None. |
|
| From | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Digits": "sample string 1",
"Body": "sample string 2",
"From": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |