{
"body": {
"workOrderCode": "WO-202410-8801",
"code": "IN-202410-001",
"comments": "小米14 Ultra主板成品入库 | 质检单号:QA-202410-001",
"records": [
{
"itemCode": "SMARTPHONE-MB-X1",
"quantity": 2,
"warehouseCode": "WH-FINISHED",
"locationCode": "BIN-01-01",
"batchNumber": "BATCH-MB-202410",
"snInfos": [
{
"sn": "SN-MB-202410-0001",
"assistQuantity": 1
},
{
"sn": "SN-MB-202410-0002",
"assistQuantity": 1
}
],
"comment": "100%通过5G射频测试 | 包装湿度<10%RH"
},
{
"itemCode": "MODULE-5G-RF",
"quantity": 1200,
"warehouseCode": "WH-SEMI",
"locationCode": "BIN-02-05",
"batchNumber": "BATCH-RF-202410",
"comment": "射频指标:3.5GHz±0.1GHz"
}
]
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/inventory/task/productionIn/confirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"workOrderCode": "WO-202410-8801",
"code": "IN-202410-001",
"comments": "小米14 Ultra主板成品入库 | 质检单号:QA-202410-001",
"records": [
{
"itemCode": "SMARTPHONE-MB-X1",
"quantity": 2,
"warehouseCode": "WH-FINISHED",
"locationCode": "BIN-01-01",
"batchNumber": "BATCH-MB-202410",
"snInfos": [
{
"sn": "SN-MB-202410-0001",
"assistQuantity": 1
},
{
"sn": "SN-MB-202410-0002",
"assistQuantity": 1
}
],
"comment": "100%通过5G射频测试 | 包装湿度<10%RH"
},
{
"itemCode": "MODULE-5G-RF",
"quantity": 1200,
"warehouseCode": "WH-SEMI",
"locationCode": "BIN-02-05",
"batchNumber": "BATCH-RF-202410",
"comment": "射频指标:3.5GHz±0.1GHz"
}
]
}
}'{
"code": 0,
"message": "",
"data": {
"entity": ""
}
}