{
"createBy": "string",
"dataSource": "string",
"sign": "string",
"timestamp": "string",
"request": {
"customerNumber": "string",
"documentType": "string",
"supplierCode": "string",
"supplierName": "string",
"inventoryCode": "string",
"inventoryName": "string",
"subbaseCode": "string",
"subbaseName": "string",
"customerCode": "string",
"customerName": "string",
"sourceOrderCode": "string",
"targetInventoryCode": "string",
"targetInventoryName": "string",
"targetSubbaseCode": "string",
"targetSubbaseName": "string",
"operatorCode": "string",
"operatorName": "string",
"operateTime": "string",
"remark": "string",
"productList": [
{
"customerLineNumber": "string",
"customerProductCode": "string",
"customerProductDescription": "string",
"planQty": 0,
"unitPrice": null,
"price": null,
"unit": "string",
"productBatchNumber": "string",
"specialLineNo": "string",
"associatedOrder": "string",
"relatedItems": "string",
"ebeln": "string",
"ebelp": "string",
"snList": [
{
"imei1": "string",
"imei2": "string",
"sn": "string",
"meid": "string"
}
]
}
]
}
}
curl --location --request POST 'https://uat.hongxunyun.cn/dtc/logistics/innerOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"dataSource": "string",
"sign": "string",
"timestamp": "string",
"request": {
"customerNumber": "string",
"documentType": "string",
"supplierCode": "string",
"supplierName": "string",
"inventoryCode": "string",
"inventoryName": "string",
"subbaseCode": "string",
"subbaseName": "string",
"customerCode": "string",
"customerName": "string",
"sourceOrderCode": "string",
"targetInventoryCode": "string",
"targetInventoryName": "string",
"targetSubbaseCode": "string",
"targetSubbaseName": "string",
"operatorCode": "string",
"operatorName": "string",
"operateTime": "string",
"remark": "string",
"productList": [
{
"customerLineNumber": "string",
"customerProductCode": "string",
"customerProductDescription": "string",
"planQty": 0,
"unitPrice": null,
"price": null,
"unit": "string",
"productBatchNumber": "string",
"specialLineNo": "string",
"associatedOrder": "string",
"relatedItems": "string",
"ebeln": "string",
"ebelp": "string",
"snList": [
{
"imei1": "string",
"imei2": "string",
"sn": "string",
"meid": "string"
}
]
}
]
}
}'
{
"code": 200,
"message": "响应成功",
"flag": true
}