{
"body": {
"code": "OUT-202410-001",
"records": [
{
"warehouseCode": "WH-CHIP-ULTRA",
"locationCode": "CRYO-BIN-09",
"itemCode": "IC-CHIP-3NM",
"configurableSpecs": [
{
"name": "热冲击参数",
"code": "THERMAL_SHOCK",
"value": "ΔT≤3℃/min"
}
],
"quantity": 1,
"assistQuantity": 1,
"batchNumber": "BATCH-202410-3NM-01",
"snInfos": [
{
"sn": "SN-CHIP-202410-0001~0300",
"assistQuantity": 1
}
],
"originOrderNumber": "WO-202410-8801"
}
]
}
}
curl --location --request POST '/api/open/v3/inventory/task/requisition/out/confirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "OUT-202410-001",
"records": [
{
"warehouseCode": "WH-CHIP-ULTRA",
"locationCode": "CRYO-BIN-09",
"itemCode": "IC-CHIP-3NM",
"configurableSpecs": [
{
"name": "热冲击参数",
"code": "THERMAL_SHOCK",
"value": "ΔT≤3℃/min"
}
],
"quantity": 1,
"assistQuantity": 1,
"batchNumber": "BATCH-202410-3NM-01",
"snInfos": [
{
"sn": "SN-CHIP-202410-0001~0300",
"assistQuantity": 1
}
],
"originOrderNumber": "WO-202410-8801"
}
]
}
}'
{
"code": 0,
"message": ""
}