POST api/Accounts/GetVinvNonTax
Request Information
URI Parameters
None.
Body Parameters
InvNonTax| Name | Description | Type | Additional information |
|---|---|---|---|
| DOC_NUMBER | string |
None. |
|
| DOC_REFERENCE | string |
None. |
|
| INV_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DOC_NUMBER": "sample string 1",
"DOC_REFERENCE": "sample string 2",
"INV_TYPE": "sample string 3"
}
application/xml, text/xml
Sample:
<InvNonTax xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DOC_NUMBER>sample string 1</DOC_NUMBER> <DOC_REFERENCE>sample string 2</DOC_REFERENCE> <INV_TYPE>sample string 3</INV_TYPE> </InvNonTax>
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. |