POST api/void-chargecardtran
Request Information
URI Parameters
None.
Body Parameters
VoidChargeCardParam| Name | Description | Type | Additional information |
|---|---|---|---|
| ComId | string |
None. |
|
| cctrxid | integer |
None. |
|
| cctrxtype | string |
None. |
|
| entrymethod | string |
None. |
|
| cardinfo | string |
None. |
|
| cardtype | string |
None. |
|
| txamount | decimal number |
None. |
|
| approvalcode | string |
None. |
|
| RealPaid | decimal number |
None. |
|
| refNum | integer |
None. |
|
| cardholder | string |
None. |
|
| IpAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ComId": "sample string 1",
"cctrxid": 2,
"cctrxtype": "sample string 3",
"entrymethod": "sample string 4",
"cardinfo": "sample string 5",
"cardtype": "sample string 6",
"txamount": 7.1,
"approvalcode": "sample string 8",
"RealPaid": 9.1,
"refNum": 10,
"cardholder": "sample string 11",
"IpAddress": "sample string 12"
}
multipart/form-data
Sample:
{"ComId":"sample string 1","cctrxid":2,"cctrxtype":"sample string 3","entrymethod":"sample string 4","cardinfo":"sample string 5","cardtype":"sample string 6","txamount":7.1,"approvalcode":"sample string 8","RealPaid":9.1,"refNum":10,"cardholder":"sample string 11","IpAddress":"sample string 12"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
{}