{
"body": {
"conditions": {
"procurementOrderCode": {
"conditionType": "FILTER",
"filter": ["11547526"]
}
},
"paging": {
"start": 0,
"length": 100
}
}
}curl --location 'https://c2.xinheyun.com/api/open/v3/procurement_order_product/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data '{
"body": {
"conditions": {
"procurementOrderCode": {
"conditionType": "FILTER",
"filter": ["11547526"]
}
},
"paging": {
"start": 0,
"length": 100
}
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"newReceiveStatus": "string",
"itemType": "string",
"excludeTaxPrice": 0,
"code": "string",
"itemBlueprints": {},
"procurementOrderNumber": "string",
"newReturnStatus": "string",
"itemCode": "string",
"warehouseName": "string",
"specialTaxTotalPrice": 0,
"deadLine": 0,
"supplierCategoryName": "string",
"itemName": "string",
"baseUnitQty": 0,
"handleStatus": "string",
"specialPrice": 0,
"batchNumber": "string",
"supplierName": "string",
"quantity": 0,
"itemCategoryName": "string",
"excludeTaxTotalPrice": 0,
"itemAlbum": {},
"sort": 0,
"receiveQuantity": 0,
"bomVersion": "string",
"taxRate": 0,
"purchaseUnit": "string",
"itemBaseUnitName": "string",
"procurementOrderCode": "string",
"warehouseBinName": "string",
"createTime": 0,
"comment": "string",
"needQc": true,
"taxAmount": 0,
"itemSpecification": {},
"extendMap": {}
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}