{
"body": {
"code": "TRANS-202410-001",
"records": [
{
"itemCode": "AR-GAS-6N",
"quantity": 1,
"assistQuantity": 1,
"outWarehouseCode": "WH-GAS-MAIN",
"outLocationCode": "BIN-G-07",
"inWarehouseCode": "WH-GAS-BACKUP",
"inLocationCode": "BKP-BIN-03",
"batchNumber": "GAS-LOT-202410-01",
"snInfos": [
{
"sn": "SN-GAS-202410-0001~0010",
"assistQuantity": 1
}
]
}
]
}
}
curl --location --request POST '/api/open/v3/inventory/task/requisition/transfer/confirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "TRANS-202410-001",
"records": [
{
"itemCode": "AR-GAS-6N",
"quantity": 1,
"assistQuantity": 1,
"outWarehouseCode": "WH-GAS-MAIN",
"outLocationCode": "BIN-G-07",
"inWarehouseCode": "WH-GAS-BACKUP",
"inLocationCode": "BKP-BIN-03",
"batchNumber": "GAS-LOT-202410-01",
"snInfos": [
{
"sn": "SN-GAS-202410-0001~0010",
"assistQuantity": 1
}
]
}
]
}
}'
{
"code": 0,
"message": ""
}