{
"body": {
"pagingParam": {
"start": 0,
"length": 10
},
"code": "2011000",
"codeLike": ""
}
}
curl --location --request POST '/api/open/v2/inventory/requisition/in/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"pagingParam": {
"start": 0,
"length": 10
},
"code": "2011000",
"codeLike": ""
}
}'
{
"code": 0,
"message": "",
"data": {
"list": [
{
"code": "",
"approveProcessCode": "",
"warehouseCode": "",
"comments": "",
"businessType": "",
"referenceOrderNumber": "",
"referenceOrderType": 0,
"status": 0,
"records": [
{
"itemCode": "",
"quantity": 0.0,
"batchNumber": ""
}
]
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}