POST InternalDirect/SendMessageFromS3
Request Information
URI Parameters
None.
Body Parameters
OnCallRequestBody| Name | Description | Type | Additional information |
|---|---|---|---|
| To | string |
None. |
|
| From | string |
None. |
|
| clientId | integer |
None. |
|
| arn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"From": "sample string 2",
"To": "sample string 1",
"arn": "sample string 4",
"clientId": 3
}
application/xml, text/xml
Sample:
<OnCallRequestBody xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <To>sample string 1</To> <From>sample string 2</From> <clientId>3</clientId> <arn>sample string 4</arn> </OnCallRequestBody>
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. |