{
"body": {
"code": "WH-IN-202405-001-AMEND",
"records": [
{
"itemCode": "PCB-APPLE-0398",
"quantity": 2,
"warehouseCode": "WH-SMT-STORAGE",
"locationCode": "AISLE3-BIN09",
"batchNumber": "PCB-0398-A235",
"snCodes": [
"APPCB2398MH/A-0001",
"APPCB2398MH/A-0002"
]
},
{
"itemCode": "A16-CHIP",
"quantity": 2,
"warehouseCode": "WH-IC-VIPCAGE",
"locationCode": "N2-ROOM-BIN01",
"batchNumber": "A16-TSMC-0524B",
"snCodes": [
"APA16-UHD01-0524-00001",
"APA16-UHD01-0524-00002"
]
},
{
"itemCode": "REJECT-LASER",
"quantity": 50,
"warehouseCode": "WH-QLAB",
"batchNumber": "PCB-0398-A235",
"snCodes": []
}
]
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v2/inventory/task/outSource/purchase/in/confirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "WH-IN-202405-001-AMEND",
"records": [
{
"itemCode": "PCB-APPLE-0398",
"quantity": 2,
"warehouseCode": "WH-SMT-STORAGE",
"locationCode": "AISLE3-BIN09",
"batchNumber": "PCB-0398-A235",
"snCodes": [
"APPCB2398MH/A-0001",
"APPCB2398MH/A-0002"
]
},
{
"itemCode": "A16-CHIP",
"quantity": 2,
"warehouseCode": "WH-IC-VIPCAGE",
"locationCode": "N2-ROOM-BIN01",
"batchNumber": "A16-TSMC-0524B",
"snCodes": [
"APA16-UHD01-0524-00001",
"APA16-UHD01-0524-00002"
]
},
{
"itemCode": "REJECT-LASER",
"quantity": 50,
"warehouseCode": "WH-QLAB",
"batchNumber": "PCB-0398-A235",
"snCodes": []
}
]
}
}'{
"code": 0,
"message": ""
}