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