POST api/TransactionRetry
Request Information
URI Parameters
None.
Body Parameters
TransStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | integer |
None. |
|
| status | string |
None. |
|
| reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": 1,
"status": "sample string 2",
"reason": "sample string 3"
}
text/xml
Sample:
<TransStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WoApp.Models"> <OrderID>1</OrderID> <reason>sample string 3</reason> <status>sample string 2</status> </TransStatus>
application/x-www-form-urlencoded
Sample:
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. |