POST gateway/redeemStatus
Used to check the redemption status.
Request Information
URI Parameters
None.
Body Parameters
RStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| TerminalId | string |
None. |
|
| TxnId | string |
None. |
|
| Amount | decimal number |
None. |
|
| Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TerminalId": "sample string 1",
"TxnId": "sample string 2",
"Amount": 3.0,
"Lang": "sample string 4"
}
application/xml, text/xml
Sample:
<SQLFunction.RStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTapi2.GatewayDAL"> <Amount>3</Amount> <Lang>sample string 4</Lang> <TerminalId>sample string 1</TerminalId> <TxnId>sample string 2</TxnId> </SQLFunction.RStatus>
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. |