POST api/InStoragePrint/QueryList
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
ReturnResultOfPagedResultDataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResultDataTable |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": null
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultDataTableDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
<d2p1:items i:nil="true" />
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultDataTableDN9A7J8d>