POST api/Payment/ReverseReceiptInv

Request Information

URI Parameters

None.

Body Parameters

ReverseReceiptInv
NameDescriptionTypeAdditional information
RI_INV_ID

integer

None.

RI_INV_MODE

string

None.

RI_CREATED_BY

integer

None.

RI_REV_REASON

string

None.

RI_REV_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RI_INV_ID": 1,
  "RI_INV_MODE": "sample string 1",
  "RI_CREATED_BY": 1,
  "RI_REV_REASON": "sample string 2",
  "RI_REV_DATE": "2024-05-19T16:50:02.6302232+05:30"
}

application/xml, text/xml

Sample:
<ReverseReceiptInv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <RI_CREATED_BY>1</RI_CREATED_BY>
  <RI_INV_ID>1</RI_INV_ID>
  <RI_INV_MODE>sample string 1</RI_INV_MODE>
  <RI_REV_DATE>2024-05-19T16:50:02.6302232+05:30</RI_REV_DATE>
  <RI_REV_REASON>sample string 2</RI_REV_REASON>
</ReverseReceiptInv>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.