POST api/Payment/ReversePurchaseInv
Request Information
URI Parameters
None.
Body Parameters
ReversePurchaseInv| Name | Description | Type | Additional information |
|---|---|---|---|
| PI_INV_ID | integer |
None. |
|
| PI_INV_MODE | string |
None. |
|
| PI_CREATED_BY | integer |
None. |
|
| PI_REV_REASON | string |
None. |
|
| PI_REV_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PI_INV_ID": 1,
"PI_INV_MODE": "sample string 1",
"PI_CREATED_BY": 1,
"PI_REV_REASON": "sample string 2",
"PI_REV_DATE": "2025-12-06T05:21:15.478611+00:00"
}
application/xml, text/xml
Sample:
<ReversePurchaseInv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <PI_CREATED_BY>1</PI_CREATED_BY> <PI_INV_ID>1</PI_INV_ID> <PI_INV_MODE>sample string 1</PI_INV_MODE> <PI_REV_DATE>2025-12-06T05:21:15.478611+00:00</PI_REV_DATE> <PI_REV_REASON>sample string 2</PI_REV_REASON> </ReversePurchaseInv>
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. |