PUT api/AAVM/Cancel_Transaction
Request Information
URI Parameters
None.
Body Parameters
CancelTransactionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceID | integer |
None. |
|
| Card_ID | integer |
None. |
|
| Reload_Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceID": 1,
"Card_ID": 2,
"Reload_Type": 3
}
application/xml, text/xml
Sample:
<AAVMController.CancelTransactionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers"> <Card_ID>2</Card_ID> <DeviceID>1</DeviceID> <Reload_Type>3</Reload_Type> </AAVMController.CancelTransactionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AAVMResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1"
}
application/xml, text/xml
Sample:
<AAVMController.AAVMResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers"> <Result>sample string 1</Result> </AAVMController.AAVMResponse>