{
"body": {
"conditions": {
"code": {
"conditionType": "KEYWORD",
"value": "R-250519-001"
}
},
"paging": {
"start": 0,
"length": 1
}
}
}
curl --location --request POST '/api/open/v3/purchase/receive/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"code": {
"conditionType": "KEYWORD",
"value": "R-250519-001"
}
},
"paging": {
"start": 0,
"length": 1
}
}
}'
{
"code": 0,
"message": "",
"data": {
"list": [
{
"receiptOrderCode": "",
"supplierCode": "",
"supplierName": "",
"receiptTime": 0,
"type": "",
"deliveryNumber": "",
"logisticsNumber": "",
"logisticsCompany": "",
"status": "",
"comment": "",
"attachment": [
{
"url": "",
"key": "",
"type": "",
"name": "",
"size": 0
}
],
"purchaseReceiptItemInfoList": [
{
"num": 0,
"purchaseOrderCode": "",
"batchCode": "",
"itemCode": "",
"itemName": "",
"warehouseCode": "",
"warehouseName": "",
"warehouseBinName": "",
"comment": "",
"purchaseQty": 0.0,
"receivedQty": 0.0,
"status": 0,
"purchaseOrderDeadLine": 0
}
]
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}