{
"body": {
"code": "OUT-20241015-001",
"records": [
{
"itemCode": "PCB-5G-001",
"quantity": 1200,
"warehouseCode": "WH-PCB",
"locationCode": "BIN-03-08",
"batchNumber": "PCB-LOT-0725C",
"snCodes": []
},
{
"itemCode": "IC-CHIP-5NM",
"quantity": 2,
"warehouseCode": "WH-CHIP-VACUUM",
"locationCode": "BIN-05-12",
"batchNumber": "BATCH-20240726-5NM",
"snCodes": [
"SN-CHIP-0726-001",
"SN-CHIP-0726-002"
]
},
{
"itemCode": "THERMAL-GREASE",
"quantity": 15,
"warehouseCode": "WH-CHEM",
"locationCode": "BIN-15-02",
"batchNumber": "TG-LOT-0726A"
}
]
}
}
curl --location --request POST '/api/open/v3/outsource/out/confirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "OUT-20241015-001",
"records": [
{
"itemCode": "PCB-5G-001",
"quantity": 1200,
"warehouseCode": "WH-PCB",
"locationCode": "BIN-03-08",
"batchNumber": "PCB-LOT-0725C",
"snCodes": []
},
{
"itemCode": "IC-CHIP-5NM",
"quantity": 2,
"warehouseCode": "WH-CHIP-VACUUM",
"locationCode": "BIN-05-12",
"batchNumber": "BATCH-20240726-5NM",
"snCodes": [
"SN-CHIP-0726-001",
"SN-CHIP-0726-002"
]
},
{
"itemCode": "THERMAL-GREASE",
"quantity": 15,
"warehouseCode": "WH-CHEM",
"locationCode": "BIN-15-02",
"batchNumber": "TG-LOT-0726A"
}
]
}
}'
{
"code": 0,
"message": ""
}