{
"body": {
"code": "TRN-202410-002",
"enterprise": {
"type": "SUPPLIER",
"code": "PLANT-SH-01"
},
"businessType": "INVENTORY_OPTIMIZATION",
"department": "Warehouse Management",
"records": [
{
"itemCode": "IC-CHIP-5NM",
"quantity": 2,
"assistQuantity": 2,
"batchNumber": "BATCH-202410-01",
"outWarehouseCode": "WH-SH-OLD",
"outLocationCode": "A-03-02",
"inWarehouseCode": "WH-SH-NEW",
"inLocationCode": "B-01-01",
"snInfos": [
{
"sn": "SN-202410-0001",
"assistQuantity": 1
},
{
"sn": "SN-202410-0002",
"assistQuantity": 1
}
],
"inQuality": "QUALIFIED",
"outQuality": "QUALIFIED",
"extendedFieldList": [
{
"name": "存储条件",
"value": "湿度<30%RH"
}
]
},
{
"itemCode": "PCB-5G-001",
"quantity": 1000,
"assistQuantity": 10,
"batchNumber": "BATCH-202410-02",
"outWarehouseCode": "WH-SH-OLD",
"outLocationCode": "C-02-05",
"inWarehouseCode": "WH-SH-NEW",
"inLocationCode": "D-01-03",
"snInfos": [],
"inQuality": "QUALIFIED",
"outQuality": "QUALIFIED",
"extendedFieldList": []
}
],
"comments": "智能仓库改造二期 | 库位重新规划"
}
}
curl --location --request POST '/api/open/v3/inventory/requisition/transfer/autoCreate' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "TRN-202410-002",
"enterprise": {
"type": "SUPPLIER",
"code": "PLANT-SH-01"
},
"businessType": "INVENTORY_OPTIMIZATION",
"department": "Warehouse Management",
"records": [
{
"itemCode": "IC-CHIP-5NM",
"quantity": 2,
"assistQuantity": 2,
"batchNumber": "BATCH-202410-01",
"outWarehouseCode": "WH-SH-OLD",
"outLocationCode": "A-03-02",
"inWarehouseCode": "WH-SH-NEW",
"inLocationCode": "B-01-01",
"snInfos": [
{
"sn": "SN-202410-0001",
"assistQuantity": 1
},
{
"sn": "SN-202410-0002",
"assistQuantity": 1
}
],
"inQuality": "QUALIFIED",
"outQuality": "QUALIFIED",
"extendedFieldList": [
{
"name": "存储条件",
"value": "湿度<30%RH"
}
]
},
{
"itemCode": "PCB-5G-001",
"quantity": 1000,
"assistQuantity": 10,
"batchNumber": "BATCH-202410-02",
"outWarehouseCode": "WH-SH-OLD",
"outLocationCode": "C-02-05",
"inWarehouseCode": "WH-SH-NEW",
"inLocationCode": "D-01-03",
"snInfos": [],
"inQuality": "QUALIFIED",
"outQuality": "QUALIFIED",
"extendedFieldList": []
}
],
"comments": "智能仓库改造二期 | 库位重新规划"
}
}'
{
"code": 0,
"message": ""
}