{
"body": {
"code": "IN-OS-202410-001",
"records": [
{
"itemCode": "CAMERA-MODULE-X1",
"quantity": 5,
"warehouseCode": "WH-SEMI-FIN",
"locationCode": "BIN-03-07",
"batchNumber": "BATCH-CAM-202410-OS",
"snCodes": [
"SN-CAM-202410-0001~1000",
"SN-CAM-202410-1001~2000",
"SN-CAM-202410-2001~3000",
"SN-CAM-202410-3001~4000",
"SN-CAM-202410-4001~5000"
]
}
]
}
}
curl --location --request POST '/api/open/v3/inventory/task/outSource/purchase/in/confirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "IN-OS-202410-001",
"records": [
{
"itemCode": "CAMERA-MODULE-X1",
"quantity": 5,
"warehouseCode": "WH-SEMI-FIN",
"locationCode": "BIN-03-07",
"batchNumber": "BATCH-CAM-202410-OS",
"snCodes": [
"SN-CAM-202410-0001~1000",
"SN-CAM-202410-1001~2000",
"SN-CAM-202410-2001~3000",
"SN-CAM-202410-3001~4000",
"SN-CAM-202410-4001~5000"
]
}
]
}
}'
{
"code": 0,
"message": ""
}