{
"sku": "string",
"srcLabel": 0,
"batchNo": "string",
"inventoryType": 0,
"sourceNo": "string",
"planNo": "string",
"customerPlanNo": "string",
"updateBegin": "2019-08-24T14:15:22Z",
"updateEnd": "2019-08-24T14:15:22Z",
"orgWarehouseCode": "string",
"lineId": 0,
"stockInAtBegin": "2019-08-24T14:15:22Z",
"stockInAtEnd": "2019-08-24T14:15:22Z",
"page": 0,
"size": 0
}
curl --location --request POST 'https://hwc-open-api.yqn.com/v1/inventory/batchList' \
--header 'Content-Type: application/json' \
--data-raw '{
"sku": "string",
"srcLabel": 0,
"batchNo": "string",
"inventoryType": 0,
"sourceNo": "string",
"planNo": "string",
"customerPlanNo": "string",
"updateBegin": "2019-08-24T14:15:22Z",
"updateEnd": "2019-08-24T14:15:22Z",
"orgWarehouseCode": "string",
"lineId": 0,
"stockInAtBegin": "2019-08-24T14:15:22Z",
"stockInAtEnd": "2019-08-24T14:15:22Z",
"page": 0,
"size": 0
}'
{
"statusCode": 0,
"status": 0,
"code": 0,
"message": "string",
"data": {
"pageable": {
"draw": 0,
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": true,
"unpaged": true
},
"totalElements": 0,
"totalPages": 0,
"last": true,
"first": true,
"sort": {
"sorted": true,
"unsorted": true,
"empty": true
},
"numberOfElements": 0,
"size": 0,
"number": 0,
"empty": true,
"content": [
{
"orgWarehouseCode": "string",
"lineName": "string",
"batchNo": "string",
"sku": "string",
"inventoryType": "string",
"qty": 0,
"qtyCurrent": 0,
"srcLabel": "string",
"sourceNo": "string",
"planNo": "string",
"customerPlanNo": "string",
"stockinAt": "string",
"instockDays": 0,
"createdAt": "string",
"updatedAt": "string",
"productInfo": {
"productName": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0
}
}
]
}
}