{
"body": {
"conditions": {
"id": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
}
}
}
}
curl --location --request POST 'https://newsit.frp.newcoretech.com/api/open/v3/inventory/requisition/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"id": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
}
}
}
}'
{
"code": 0,
"message": "",
"data": {
"list": [
{
"id": 0,
"code": "",
"requestType": 0,
"warehouseNameIn": "",
"warehouseNameOut": "",
"comments": "",
"businessType": "",
"referenceOrderNumber": "",
"referenceOrderType": 0,
"status": 0,
"records": [
{
"itemCode": "",
"quantity": 0.0
}
]
}
]
}
}