POST api/Invoice/PostBLVendInvL1Approval
Request Information
URI Parameters
None.
Body Parameters
PostInvoiceApproval| Name | Description | Type | Additional information |
|---|---|---|---|
| VIN_ID | integer |
None. |
|
| VIN_TYPE | string |
None. |
|
| VIN_CP_ID | integer |
None. |
|
| VIN_STATUS | string |
None. |
|
| VIN_CREATED_BY | integer |
None. |
|
| VIN_REJECT_REASON | string |
None. |
|
| VIN_DOC_NUMBER | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VIN_ID": 1,
"VIN_TYPE": "sample string 1",
"VIN_CP_ID": 1,
"VIN_STATUS": "sample string 2",
"VIN_CREATED_BY": 1,
"VIN_REJECT_REASON": "sample string 3",
"VIN_DOC_NUMBER": "sample string 4"
}
application/xml, text/xml
Sample:
<PostInvoiceApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <VIN_CP_ID>1</VIN_CP_ID> <VIN_CREATED_BY>1</VIN_CREATED_BY> <VIN_DOC_NUMBER>sample string 4</VIN_DOC_NUMBER> <VIN_ID>1</VIN_ID> <VIN_REJECT_REASON>sample string 3</VIN_REJECT_REASON> <VIN_STATUS>sample string 2</VIN_STATUS> <VIN_TYPE>sample string 1</VIN_TYPE> </PostInvoiceApproval>
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. |