POST api/InStoragePrint/downloadQueryList
Request Information
URI Parameters
None.
Body Parameters
BatchLocationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| customerCode | string |
None. |
|
| emsNo | string |
None. |
|
| gname | string |
None. |
|
| gno | string |
None. |
|
| copGNo | string |
None. |
|
| properties | string |
None. |
|
| operate | string |
None. |
|
| contidion | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerCode": "sample string 1",
"emsNo": "sample string 2",
"gname": "sample string 3",
"gno": "sample string 4",
"copGNo": "sample string 5",
"properties": "sample string 6",
"operate": "sample string 7",
"contidion": "sample string 8",
"pageSize": 9,
"pageIndex": 10,
"totalCount": 11
}
application/xml, text/xml
Sample:
<BatchLocationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model.Wms.Dto"> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">10</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">9</PageSize> <TotalCount xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">11</TotalCount> <contidion>sample string 8</contidion> <copGNo>sample string 5</copGNo> <customerCode>sample string 1</customerCode> <emsNo>sample string 2</emsNo> <gname>sample string 3</gname> <gno>sample string 4</gno> <operate>sample string 7</operate> <properties>sample string 6</properties> </BatchLocationDto>
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. |