POST api/Payment/ReverseReceipt
Request Information
URI Parameters
None.
Body Parameters
ReverseReceipt| Name | Description | Type | Additional information |
|---|---|---|---|
| RCT_INV_ID | integer |
None. |
|
| RCT_INV_MODE | string |
None. |
|
| RCT_CREATED_BY | integer |
None. |
|
| RCT_REV_REASON | string |
None. |
|
| RCT_REV_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RCT_INV_ID": 1,
"RCT_INV_MODE": "sample string 1",
"RCT_CREATED_BY": 1,
"RCT_REV_REASON": "sample string 2",
"RCT_REV_DATE": "2025-12-06T04:26:26.8234449+00:00"
}
application/xml, text/xml
Sample:
<ReverseReceipt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <RCT_CREATED_BY>1</RCT_CREATED_BY> <RCT_INV_ID>1</RCT_INV_ID> <RCT_INV_MODE>sample string 1</RCT_INV_MODE> <RCT_REV_DATE>2025-12-06T04:26:26.8234449+00:00</RCT_REV_DATE> <RCT_REV_REASON>sample string 2</RCT_REV_REASON> </ReverseReceipt>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |