{
"body": {
"receiptOrderCode": "string",
"receiveTime": 0,
"deliveryNumber": "string",
"logisticsNumber": "string",
"logisticsCompany": "string",
"comment": "string",
"attachment": [
{
"type": "string",
"name": "string",
"size": 0,
"url": "string"
}
],
"receiveRecords": [
{
"purchaseOrderProductId": 0,
"orderCode": "string",
"itemCode": "string",
"qty": 0.01,
"warehouseCode": "string",
"warehouseBinCode": "string",
"useDefaultWarehouse": true,
"batchCode": "string",
"originQrCodeStr": "string",
"taxRate": 0,
"price": 0,
"excludeTaxPrice": 0,
"comment": "string"
}
],
"currency": "CNY",
"priceType": "INCLUDE_TAX_PRICE"
}
}
curl --location --request POST '/api/open/v3/purchase/receive/update' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"receiptOrderCode": "string",
"receiveTime": 0,
"deliveryNumber": "string",
"logisticsNumber": "string",
"logisticsCompany": "string",
"comment": "string",
"attachment": [
{
"type": "string",
"name": "string",
"size": 0,
"url": "string"
}
],
"receiveRecords": [
{
"purchaseOrderProductId": 0,
"orderCode": "string",
"itemCode": "string",
"qty": 0.01,
"warehouseCode": "string",
"warehouseBinCode": "string",
"useDefaultWarehouse": true,
"batchCode": "string",
"originQrCodeStr": "string",
"taxRate": 0,
"price": 0,
"excludeTaxPrice": 0,
"comment": "string"
}
],
"currency": "CNY",
"priceType": "INCLUDE_TAX_PRICE"
}
}'
{
"code": 0,
"message": ""
}