{
"createBy": "string",
"dataSource": "string",
"sign": "string",
"timestamp": "string",
"request": {
"customerNumber": "string",
"callbackBatchId": "string",
"downstreamOrderCode": "string",
"documentType": "string",
"inventoryCode": "string",
"subbaseCode": "string",
"targetInventoryCode": "string",
"targetSubbaseCode": "string",
"orderStatus": "string",
"actualTotalCapacity": null,
"actualTotalWeight": null,
"actualTotalQuantity": 0,
"totalQuantity": 0,
"actualQuantity": 0,
"operatorName": "string",
"operateTime": "string",
"remark": "string",
"packageList": [
"string"
],
"productList": [
{
"customerLineNumber": "string",
"customerProductCode": "string",
"customerProductDescription": "string",
"actualQty": 0,
"unitWeight": null,
"singlePieceVolume": null,
"productData": "string",
"validPeriod": "string",
"productBatchNumber": "string",
"specialInventoryFlag": "string",
"associatedOrder": "string",
"relatedItems": "string",
"ebeln": "string",
"ebelp": "string",
"remark": "string",
"snList": [
{
"imei1": "string",
"imei2": "string",
"sn": "string",
"meid": "string"
}
]
}
]
}
}
curl --location --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"dataSource": "string",
"sign": "string",
"timestamp": "string",
"request": {
"customerNumber": "string",
"callbackBatchId": "string",
"downstreamOrderCode": "string",
"documentType": "string",
"inventoryCode": "string",
"subbaseCode": "string",
"targetInventoryCode": "string",
"targetSubbaseCode": "string",
"orderStatus": "string",
"actualTotalCapacity": null,
"actualTotalWeight": null,
"actualTotalQuantity": 0,
"totalQuantity": 0,
"actualQuantity": 0,
"operatorName": "string",
"operateTime": "string",
"remark": "string",
"packageList": [
"string"
],
"productList": [
{
"customerLineNumber": "string",
"customerProductCode": "string",
"customerProductDescription": "string",
"actualQty": 0,
"unitWeight": null,
"singlePieceVolume": null,
"productData": "string",
"validPeriod": "string",
"productBatchNumber": "string",
"specialInventoryFlag": "string",
"associatedOrder": "string",
"relatedItems": "string",
"ebeln": "string",
"ebelp": "string",
"remark": "string",
"snList": [
{
"imei1": "string",
"imei2": "string",
"sn": "string",
"meid": "string"
}
]
}
]
}
}'
{
"code": 200,
"message": "响应成功",
"flag": true
}