POST api/Invoice/CancelProformaInvoice

Request Information

URI Parameters

None.

Body Parameters

Invoice
NameDescriptionTypeAdditional information
BIH_ID

integer

None.

BIH_CP_ID

integer

None.

BIH_AR_ID

integer

None.

BIH_DOC_NUMBER

string

None.

BIH_FROM_DATE

date

None.

BIH_TO_DATE

date

None.

BIH_REFERENCE

string

None.

BIH_CREATED_BY

integer

None.

BIH_CUS_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BIH_ID": 1,
  "BIH_CP_ID": 1,
  "BIH_AR_ID": 1,
  "BIH_DOC_NUMBER": "sample string 1",
  "BIH_FROM_DATE": "2024-05-19T14:08:00.6022301+05:30",
  "BIH_TO_DATE": "2024-05-19T14:08:00.6022301+05:30",
  "BIH_REFERENCE": "sample string 2",
  "BIH_CREATED_BY": 1,
  "BIH_CUS_ID": 1
}

application/xml, text/xml

Sample:
<Invoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BIH_AR_ID>1</BIH_AR_ID>
  <BIH_CP_ID>1</BIH_CP_ID>
  <BIH_CREATED_BY>1</BIH_CREATED_BY>
  <BIH_CUS_ID>1</BIH_CUS_ID>
  <BIH_DOC_NUMBER>sample string 1</BIH_DOC_NUMBER>
  <BIH_FROM_DATE>2024-05-19T14:08:00.6022301+05:30</BIH_FROM_DATE>
  <BIH_ID>1</BIH_ID>
  <BIH_REFERENCE>sample string 2</BIH_REFERENCE>
  <BIH_TO_DATE>2024-05-19T14:08:00.6022301+05:30</BIH_TO_DATE>
</Invoice>

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.