POST api/Payment/ReversePayment
Request Information
URI Parameters
None.
Body Parameters
ReversePayment| Name | Description | Type | Additional information |
|---|---|---|---|
| PMT_INV_ID | integer |
None. |
|
| PMT_INV_MODE | string |
None. |
|
| PMT_CREATED_BY | integer |
None. |
|
| PMT_REV_REASON | string |
None. |
|
| PMT_REV_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PMT_INV_ID": 1,
"PMT_INV_MODE": "sample string 1",
"PMT_CREATED_BY": 1,
"PMT_REV_REASON": "sample string 2",
"PMT_REV_DATE": "2025-12-06T04:24:05.8677236+00:00"
}
application/xml, text/xml
Sample:
<ReversePayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <PMT_CREATED_BY>1</PMT_CREATED_BY> <PMT_INV_ID>1</PMT_INV_ID> <PMT_INV_MODE>sample string 1</PMT_INV_MODE> <PMT_REV_DATE>2025-12-06T04:24:05.8677236+00:00</PMT_REV_DATE> <PMT_REV_REASON>sample string 2</PMT_REV_REASON> </ReversePayment>
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. |