POST api/Documents/GetInvPrintList
Request Information
URI Parameters
None.
Body Parameters
invPrintSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| User | string |
None. |
|
| slpCode | string |
None. |
|
| DocEntry | string |
None. |
|
| FechaIni | string |
None. |
|
| FechaFin | string |
None. |
|
| InvType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"User": "sample string 1",
"slpCode": "sample string 2",
"DocEntry": "sample string 3",
"FechaIni": "sample string 4",
"FechaFin": "sample string 5",
"InvType": 6
}
application/xml, text/xml
Sample:
<invPrintSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSPOS.MODELS"> <DocEntry>sample string 3</DocEntry> <FechaFin>sample string 5</FechaFin> <FechaIni>sample string 4</FechaIni> <InvType>6</InvType> <User>sample string 1</User> <slpCode>sample string 2</slpCode> </invPrintSearch>
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. |