POST api/Invoice/PostBLInvoiceL3Approval
Request Information
URI Parameters
None.
Body Parameters
PostInvApprovals| Name | Description | Type | Additional information |
|---|---|---|---|
| BIH_ID | integer |
None. |
|
| IN_CP_ID | integer |
None. |
|
| IN_PROGRAM_ID | string |
None. |
|
| IN_CREATED_BY | integer |
None. |
|
| IN_INV_DATE | date |
None. |
|
| IN_POST_DATE | date |
None. |
|
| IN_STATUS | string |
None. |
|
| IN_REJECT_REASON | string |
None. |
|
| DOC_NUMBER | string |
None. |
|
| IN_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BIH_ID": 1,
"IN_CP_ID": 1,
"IN_PROGRAM_ID": "sample string 1",
"IN_CREATED_BY": 1,
"IN_INV_DATE": "2025-12-06T04:24:01.1943843+00:00",
"IN_POST_DATE": "2025-12-06T04:24:01.1943843+00:00",
"IN_STATUS": "sample string 2",
"IN_REJECT_REASON": "sample string 3",
"DOC_NUMBER": "sample string 4",
"IN_TYPE": "sample string 5"
}
application/xml, text/xml
Sample:
<PostInvApprovals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BIH_ID>1</BIH_ID> <DOC_NUMBER>sample string 4</DOC_NUMBER> <IN_CP_ID>1</IN_CP_ID> <IN_CREATED_BY>1</IN_CREATED_BY> <IN_INV_DATE>2025-12-06T04:24:01.1943843+00:00</IN_INV_DATE> <IN_POST_DATE>2025-12-06T04:24:01.1943843+00:00</IN_POST_DATE> <IN_PROGRAM_ID>sample string 1</IN_PROGRAM_ID> <IN_REJECT_REASON>sample string 3</IN_REJECT_REASON> <IN_STATUS>sample string 2</IN_STATUS> <IN_TYPE>sample string 5</IN_TYPE> </PostInvApprovals>
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. |