{
"body": {
"records": [
{
"code": "IC-CHIP-5NM",
"warehouseCode": "WH-CHIP-VACUUM",
"locationCode": "BIN-05-12",
"batchNumber": "BATCH-20240726-5NM",
"snNumber": "SN-CHIP-0726-001/SN-CHIP-0726-220",
"quantity": 1,
"assistQuantity": 1,
"comment": "追加1片备品 | 湿度敏感等级MSL-3"
},
{
"code": "PCB-MAIN-001A",
"warehouseCode": "WH-PCB",
"locationCode": "BIN-03-08",
"batchNumber": "PCB-LOT-0725C",
"quantity": 1250,
"assistQuantity": 37.5,
"comment": "新增50片工程试验板"
},
{
"code": "THERMAL-GREASE",
"warehouseCode": "WH-CHEM",
"locationCode": "BIN-15-02",
"batchNumber": "TG-LOT-0726A",
"quantity": 15,
"assistQuantity": 1.5,
"comment": "新型导热系数8.5W/m·K"
}
],
"comment": "ECN-0726-01工艺变更适配"
}
}
curl --location --request POST 'https://sit.newcoretech.com/api/open/v3/inventory/task/supplement/materialTask/confirm' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"records": [
{
"code": "IC-CHIP-5NM",
"warehouseCode": "WH-CHIP-VACUUM",
"locationCode": "BIN-05-12",
"batchNumber": "BATCH-20240726-5NM",
"snNumber": "SN-CHIP-0726-001/SN-CHIP-0726-220",
"quantity": 1,
"assistQuantity": 1,
"comment": "追加1片备品 | 湿度敏感等级MSL-3"
},
{
"code": "PCB-MAIN-001A",
"warehouseCode": "WH-PCB",
"locationCode": "BIN-03-08",
"batchNumber": "PCB-LOT-0725C",
"quantity": 1250,
"assistQuantity": 37.5,
"comment": "新增50片工程试验板"
},
{
"code": "THERMAL-GREASE",
"warehouseCode": "WH-CHEM",
"locationCode": "BIN-15-02",
"batchNumber": "TG-LOT-0726A",
"quantity": 15,
"assistQuantity": 1.5,
"comment": "新型导热系数8.5W/m·K"
}
],
"comment": "ECN-0726-01工艺变更适配"
}
}'
{
"code": 0,
"message": ""
}