POST api/transaction/RMVHandlerReturn
Request Information
URI Parameters
None.
Body Parameters
SMSModelName | Description | Type | Additional information |
---|---|---|---|
To | string |
None. |
|
From | string |
None. |
|
MessageBody | string |
None. |
|
Status | string |
None. |
|
Location | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "To": "sample string 1", "From": "sample string 2", "MessageBody": "sample string 3", "Status": "sample string 4", "Location": "sample string 5" }
application/xml, text/xml
Sample:
<SMSModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RMV_Handler.Models"> <From>sample string 2</From> <Location>sample string 5</Location> <MessageBody>sample string 3</MessageBody> <Status>sample string 4</Status> <To>sample string 1</To> </SMSModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |