POST api/Payment/CCVoidAuto
Documentation for 'CCVoidAuto'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PAYMENT_METHOD": "sample string 1",
"TRANSACTIONTYPE": "sample string 2",
"MERCHANTID": "sample string 3",
"MERCHANT_TRANID": "sample string 4",
"ERR_CODE": "sample string 5",
"ERR_DESC": "sample string 6",
"TXN_STATUS": "sample string 7",
"AMOUNT": "sample string 8",
"TRANSACTIONID": "sample string 9",
"SIGNATURE": "sample string 10"
}
application/xml, text/xml
Sample:
<RespondVoidCCModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PAYMENT_METHOD>sample string 1</PAYMENT_METHOD> <TRANSACTIONTYPE>sample string 2</TRANSACTIONTYPE> <MERCHANTID>sample string 3</MERCHANTID> <MERCHANT_TRANID>sample string 4</MERCHANT_TRANID> <ERR_CODE>sample string 5</ERR_CODE> <ERR_DESC>sample string 6</ERR_DESC> <TXN_STATUS>sample string 7</TXN_STATUS> <AMOUNT>sample string 8</AMOUNT> <TRANSACTIONID>sample string 9</TRANSACTIONID> <SIGNATURE>sample string 10</SIGNATURE> </RespondVoidCCModel>