{
"body": {
"conditions": {
"workOrderCode": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"procedureIds": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
}
}
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/inventory/task/materialReturn/able' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"workOrderCode": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"procedureIds": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
}
}
}
}'{
"code": 0,
"message": "",
"data": {
"list": [
{
"workOrder": {
"id": 0,
"number": "",
"workOrderType": 0,
"itemRemark": "",
"snProduction": "",
"createTime": 0
},
"procedure": {
"id": 0,
"code": "",
"name": ""
},
"item": {
"itemId": 0,
"rootItemId": 0,
"itemIdOriginal": "",
"rootItemIdOriginal": "",
"name": "",
"code": ""
},
"returnAbleQuantity": 0.0,
"assistUnitReturnAbleQuantity": 0.0,
"warehouse": {
"id": 0,
"code": "",
"name": ""
}
}
]
}
}