{
"body": {
"code": "OUT-202410-002",
"businessType": "URGENT_SHIPMENT",
"department": "Global Logistics",
"relativeOrderCode": "SO-202410-EMG-01",
"relativeOrderType": "SALE_ORDER",
"ignoreStorageCheck": false,
"enterprise": {
"type": "CUSTOMER",
"code": "CUST-APPLE-2024"
},
"comments": "iPhone16产线紧急补料 | 空运+GPS追踪",
"customizeFields": {
"exportLicenseNo": "EL-202410-US-001",
"temperatureControl": "15-25℃"
},
"records": [
{
"itemCode": "IC-CHIP-3NM",
"warehouseCode": "WH-SH-HV1",
"locationCode": "A-01-01",
"batchNumber": "BATCH-202410-EMG1",
"snInfos": [
{
"sn": "SN-3NM-202410-0001",
"assistQuantity": 1
},
{
"sn": "SN-3NM-202410-0002",
"assistQuantity": 1
}
],
"quantity": 2,
"assistQuantity": 2,
"configurableSpecs": [
{
"name": "核心数",
"code": "CORE_COUNT",
"value": "6"
},
{
"name": "封装类型",
"code": "PACKAGE_TYPE",
"value": "FCBGA256"
}
],
"comment": "要求防静电包装+航空运输",
"outQuality": "QUALIFIED",
"customizeFields": {
"MSL_Level": "2A",
"floorLife": "168h"
}
}
]
}
}
curl --location --request POST '/api/open/v3/inventory/requisition/out/autoCreate' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "OUT-202410-002",
"businessType": "URGENT_SHIPMENT",
"department": "Global Logistics",
"relativeOrderCode": "SO-202410-EMG-01",
"relativeOrderType": "SALE_ORDER",
"ignoreStorageCheck": false,
"enterprise": {
"type": "CUSTOMER",
"code": "CUST-APPLE-2024"
},
"comments": "iPhone16产线紧急补料 | 空运+GPS追踪",
"customizeFields": {
"exportLicenseNo": "EL-202410-US-001",
"temperatureControl": "15-25℃"
},
"records": [
{
"itemCode": "IC-CHIP-3NM",
"warehouseCode": "WH-SH-HV1",
"locationCode": "A-01-01",
"batchNumber": "BATCH-202410-EMG1",
"snInfos": [
{
"sn": "SN-3NM-202410-0001",
"assistQuantity": 1
},
{
"sn": "SN-3NM-202410-0002",
"assistQuantity": 1
}
],
"quantity": 2,
"assistQuantity": 2,
"configurableSpecs": [
{
"name": "核心数",
"code": "CORE_COUNT",
"value": "6"
},
{
"name": "封装类型",
"code": "PACKAGE_TYPE",
"value": "FCBGA256"
}
],
"comment": "要求防静电包装+航空运输",
"outQuality": "QUALIFIED",
"customizeFields": {
"MSL_Level": "2A",
"floorLife": "168h"
}
}
]
}
}'
{
"code": 0,
"message": ""
}