{
"body": {
"code": "TRN-UPDATE-202410-001",
"records": [
{
"itemCode": "IC-CHIP-3NM",
"quantity": 2,
"assistQuantity": 2,
"outWarehouseCode": "WH-SH-OLD",
"outLocationCode": "C-03-02",
"inWarehouseCode": "WH-SH-NEW",
"inLocationCode": "A-01-01",
"batchNumber": "BATCH-202410-EMG1",
"snInfos": [
{
"sn": "SN-3NM-202410-0005",
"assistQuantity": 1
},
{
"sn": "SN-3NM-202410-0006",
"assistQuantity": 1
}
],
"extendedFieldList": [
{
"name": "温控要求",
"value": "15-25℃±1℃"
}
]
},
{
"itemCode": "OLED-6.1-SUPER",
"quantity": 800,
"assistQuantity": 8,
"outWarehouseCode": "WH-SZ-DISP",
"outLocationCode": "B-02-03",
"inWarehouseCode": "WH-SH-NEW",
"inLocationCode": "D-02-01",
"batchNumber": "BATCH-202410-DISP02",
"snInfos": [],
"configurableSpecs": [
{
"name": "亮度容差",
"code": "NITS_TOLERANCE",
"value": "±5%"
}
]
}
]
}
}
curl --location --request POST '/api/open/v3/inventory/task/requisition/transfer/confirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "TRN-UPDATE-202410-001",
"records": [
{
"itemCode": "IC-CHIP-3NM",
"quantity": 2,
"assistQuantity": 2,
"outWarehouseCode": "WH-SH-OLD",
"outLocationCode": "C-03-02",
"inWarehouseCode": "WH-SH-NEW",
"inLocationCode": "A-01-01",
"batchNumber": "BATCH-202410-EMG1",
"snInfos": [
{
"sn": "SN-3NM-202410-0005",
"assistQuantity": 1
},
{
"sn": "SN-3NM-202410-0006",
"assistQuantity": 1
}
],
"extendedFieldList": [
{
"name": "温控要求",
"value": "15-25℃±1℃"
}
]
},
{
"itemCode": "OLED-6.1-SUPER",
"quantity": 800,
"assistQuantity": 8,
"outWarehouseCode": "WH-SZ-DISP",
"outLocationCode": "B-02-03",
"inWarehouseCode": "WH-SH-NEW",
"inLocationCode": "D-02-01",
"batchNumber": "BATCH-202410-DISP02",
"snInfos": [],
"configurableSpecs": [
{
"name": "亮度容差",
"code": "NITS_TOLERANCE",
"value": "±5%"
}
]
}
]
}
}'
{
"code": 0,
"message": ""
}