POST api/Invoice/GetDocReversalList
Request Information
URI Parameters
None.
Body Parameters
GetDocReversalInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| RC_DOCUMENT_NUMBER | string |
None. |
|
| RC_COMP_CODE | integer |
None. |
|
| RC_DOC_TYPE_ID | integer |
None. |
|
| RC_TRANS_TYPE | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RC_DOCUMENT_NUMBER": "sample string 1",
"RC_COMP_CODE": 1,
"RC_DOC_TYPE_ID": 1,
"RC_TRANS_TYPE": "sample string 2",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<GetDocReversalInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <RC_COMP_CODE>1</RC_COMP_CODE> <RC_DOCUMENT_NUMBER>sample string 1</RC_DOCUMENT_NUMBER> <RC_DOC_TYPE_ID>1</RC_DOC_TYPE_ID> <RC_TRANS_TYPE>sample string 2</RC_TRANS_TYPE> <START>1</START> </GetDocReversalInputs>
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. |