{
"erpNo": "string",
"warehouse": "string",
"receiptType": 0,
"trackingNo": "string",
"expectTime": "string",
"remark": "string",
"boxList": [
{
"boxNumber": "string",
"customNoPre": "string",
"customNoRule": 0,
"boxCount": 0,
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"skuList": [
{
"sku": "string",
"count": 0
}
]
}
]
}
curl --location --request POST '/api/b2b/inbound/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"erpNo": "string",
"warehouse": "string",
"receiptType": 0,
"trackingNo": "string",
"expectTime": "string",
"remark": "string",
"boxList": [
{
"boxNumber": "string",
"customNoPre": "string",
"customNoRule": 0,
"boxCount": 0,
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"skuList": [
{
"sku": "string",
"count": 0
}
]
}
]
}'
{
"code": 0,
"message": "",
"data": {},
"requestId": ""
}