{
"body": {
"conditions": {
"code": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
}
},
"paging": {
"start": 0,
"length": 1
}
}
}curl --location 'https://c2.xinheyun.com/api/open/v3/purchase/receive/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data '{
"body": {
"conditions": {
"code": {
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
}
}
},
"paging": {
"start": 0,
"length": 1
}
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"receiptOrderId": 0,
"receiptOrderCode": "string",
"supplierCode": "string",
"supplierName": "string",
"receiptTime": 0,
"type": "PURCHASE_ORDER",
"deliveryNumber": "string",
"logisticsNumber": "string",
"logisticsCompany": "string",
"status": "NOT_START",
"comment": "string",
"attachment": [
{
"url": "string",
"key": "string",
"type": "string",
"name": "string",
"size": 0
}
],
"extendMap": {
"key": {}
},
"purchaseReceiptItemInfoList": [
{
"num": 0,
"purchaseOrderCode": "string",
"batchCode": "string",
"itemCode": "string",
"itemName": "string",
"warehouseCode": "string",
"warehouseName": "string",
"warehouseBinName": "string",
"comment": "string",
"purchaseQty": 0,
"receivedQty": 0,
"status": 0,
"purchaseOrderDeadLine": 0,
"extendMap": {
"key": {}
}
}
]
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}