{
"body": {
"conditions": {
"id": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"workOrderCode": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"createTime": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"status": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
}
},
"paging": {
"start": 0,
"length": 1
}
}
}curl --location 'https://c2.xinheyun.com/api/open/v4/inventory/task/productionIn/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data '{
"body": {
"conditions": {
"id": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"workOrderCode": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"createTime": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
},
"status": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
}
},
"paging": {
"start": 0,
"length": 1
}
}
}'{
"code": 0,
"message": "",
"data": {
"list": [
{
"id": 0,
"code": "",
"staffCode": "",
"staffName": "",
"createTime": 0,
"workOrderCode": "",
"workOrderProcedureCode": "",
"workOrderProcedureName": "",
"productionInType": "",
"records": [
{
"recordId": 0,
"itemCode": "",
"itemName": "",
"itemUnit": "",
"itemAssistUnit": "",
"lotCode": "",
"defaultWarehouseCode": "",
"batchNumber": "",
"defaultLocationCode": "",
"prodInSnCode": "",
"quantity": 0.0,
"confirmedQuantity": 0.0,
"createTime": 0,
"frameCode": "",
"extendFields": [
{
"name": "",
"value": ""
}
],
"extendMap": {
"": {}
}
}
]
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}