POST api/InStoragePrint/StockMoveQueryList
Request Information
URI Parameters
None.
Body Parameters
EntCusBatchDataName | Description | Type | Additional information |
---|---|---|---|
Location | string |
None. |
|
TraceNo | string |
None. |
|
Id | integer |
None. |
|
BatchNo | string |
None. |
|
CustomerCode | string |
None. |
|
Sku | string |
None. |
|
LotAtt01 | string |
None. |
|
LotAtt02 | string |
None. |
|
LotAtt03 | string |
None. |
|
LotAtt04 | string |
None. |
|
LotAtt05 | string |
None. |
|
LotAtt06 | string |
None. |
|
LotAtt07 | string |
None. |
|
LotAtt08 | string |
None. |
|
LotAtt09 | string |
None. |
|
LotAtt10 | string |
None. |
|
LotAtt11 | string |
None. |
|
LotAtt12 | string |
None. |
|
LotAtt13 | string |
None. |
|
LotAtt14 | string |
None. |
|
LotAtt15 | string |
None. |
|
LotAtt16 | string |
None. |
|
LotAtt17 | string |
None. |
|
LotAtt18 | string |
None. |
|
RecTime | date |
None. |
|
CreateTime | date |
None. |
|
CreateBy | string |
None. |
|
EditTime | date |
None. |
|
EditBy | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "location": "sample string 1", "traceNo": "sample string 2", "id": 3, "batchNo": "sample string 4", "customerCode": "sample string 5", "sku": "sample string 6", "lotAtt01": "sample string 7", "lotAtt02": "sample string 8", "lotAtt03": "sample string 9", "lotAtt04": "sample string 10", "lotAtt05": "sample string 11", "lotAtt06": "sample string 12", "lotAtt07": "sample string 13", "lotAtt08": "sample string 14", "lotAtt09": "sample string 15", "lotAtt10": "sample string 16", "lotAtt11": "sample string 17", "lotAtt12": "sample string 18", "lotAtt13": "sample string 19", "lotAtt14": "sample string 20", "lotAtt15": "sample string 21", "lotAtt16": "sample string 22", "lotAtt17": "sample string 23", "lotAtt18": "sample string 24", "recTime": "2024-11-21 16:31:23", "createTime": "2024-11-21 16:31:23", "createBy": "sample string 26", "editTime": "2024-11-21 16:31:23", "editBy": "sample string 28", "pageSize": 29, "pageIndex": 30, "totalCount": 31 }
application/xml, text/xml
Sample:
<EntCusBatchData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>30</PageIndex> <PageSize>29</PageSize> <TotalCount>31</TotalCount> <BatchNo>sample string 4</BatchNo> <CreateBy>sample string 26</CreateBy> <CreateTime>2024-11-21T16:31:23.8162465+08:00</CreateTime> <CustomerCode>sample string 5</CustomerCode> <EditBy>sample string 28</EditBy> <EditTime>2024-11-21T16:31:23.8162465+08:00</EditTime> <Id>3</Id> <Location>sample string 1</Location> <LotAtt01>sample string 7</LotAtt01> <LotAtt02>sample string 8</LotAtt02> <LotAtt03>sample string 9</LotAtt03> <LotAtt04>sample string 10</LotAtt04> <LotAtt05>sample string 11</LotAtt05> <LotAtt06>sample string 12</LotAtt06> <LotAtt07>sample string 13</LotAtt07> <LotAtt08>sample string 14</LotAtt08> <LotAtt09>sample string 15</LotAtt09> <LotAtt10>sample string 16</LotAtt10> <LotAtt11>sample string 17</LotAtt11> <LotAtt12>sample string 18</LotAtt12> <LotAtt13>sample string 19</LotAtt13> <LotAtt14>sample string 20</LotAtt14> <LotAtt15>sample string 21</LotAtt15> <LotAtt16>sample string 22</LotAtt16> <LotAtt17>sample string 23</LotAtt17> <LotAtt18>sample string 24</LotAtt18> <RecTime>2024-11-21T16:31:23.8162465+08:00</RecTime> <Sku>sample string 6</Sku> <TraceNo>sample string 2</TraceNo> </EntCusBatchData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultDataTableName | 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>