{
"body": {
"receiptOrderCode": "string",
"records": [
{
"itemCode": "string",
"purchaseOrderCode": "string",
"qty": 0,
"warehouseCode": "string",
"warehouseBinCode": "string",
"batchCode": "string",
"snCodes": [
"string"
]
}
]
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/purchase/receive/task/confirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"receiptOrderCode": "string",
"records": [
{
"itemCode": "string",
"purchaseOrderCode": "string",
"qty": 0,
"warehouseCode": "string",
"warehouseBinCode": "string",
"batchCode": "string",
"snCodes": [
"string"
]
}
]
}
}'{
"code": 0,
"message": ""
}