{
"body": {
"receiptOrderCode": "R-250916-991",
"receiveTime": 1757990132783,
"receiveRecords": [
{
"purchaseOrderProductId": 14377842,
"itemCode": "中鼎原料",
"qty": 50.0
}
]
}
}
curl --location --request POST '/api/open/v3/purchase/receive/create' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"receiptOrderCode": "R-250916-991",
"receiveTime": 1757990132783,
"receiveRecords": [
{
"purchaseOrderProductId": 14377842,
"itemCode": "中鼎原料",
"qty": 50.0
}
]
}
}'
{
"code": 0,
"message": ""
}