{
"body": {
"pagingParam": {
"start": 0,
"length": 0
},
"id": 0,
"code": "string",
"codeLike": "string"
}
}
curl --location --request POST 'https://newsit.frp.newcoretech.com/api/open/v4/inventory/requisition/in/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"pagingParam": {
"start": 0,
"length": 0
},
"id": 0,
"code": "string",
"codeLike": "string"
}
}'
{
"code": 0,
"message": "",
"data": {
"list": [
{
"id": 0,
"code": "",
"approveProcessCode": "",
"warehouseCode": "",
"comments": "",
"businessType": "",
"referenceOrderNumber": "",
"referenceOrderType": 0,
"status": 0,
"extendMap": {
"": {}
},
"records": [
{
"itemId": 0,
"itemCode": "",
"quantity": 0.0,
"batchNumber": "",
"extendMap": {
"": {}
}
}
]
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}