{
"operation": "string",
"id": 0,
"consigneeId": 0,
"status": 0,
"systemOrderNumber": "string",
"actualWeight": 0,
"actualVolume": 0,
"actualVolumeWeight": 0,
"billingWeight": 0,
"actualLength": 0,
"actualWidth": 0,
"actualHeight": 0,
"deliveryTime": "string",
"apiOrderImageList": [
{
"type": "string",
"imageUrl": "string"
}
],
"apiOrderFeeList": [
{
"feeItem": "string",
"price": "string",
"feeItemTitle": "string",
"remark": "string"
}
],
"apiOrderSizeList": [
{
"bagNumber": "string",
"serviceProviderNumber": "string",
"labelUrl": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"volume": 0,
"packageIdList": [
"string"
],
"vweight": 0
}
]
}curl --location '/app/callback/warehouse/order?timestamp=undefined&sign=undefined' \
--header 'Content-Type: application/json' \
--data '{
"operation": "string",
"id": 0,
"consigneeId": 0,
"status": 0,
"systemOrderNumber": "string",
"actualWeight": 0,
"actualVolume": 0,
"actualVolumeWeight": 0,
"billingWeight": 0,
"actualLength": 0,
"actualWidth": 0,
"actualHeight": 0,
"deliveryTime": "string",
"apiOrderImageList": [
{
"type": "string",
"imageUrl": "string"
}
],
"apiOrderFeeList": [
{
"feeItem": "string",
"price": "string",
"feeItemTitle": "string",
"remark": "string"
}
],
"apiOrderSizeList": [
{
"bagNumber": "string",
"serviceProviderNumber": "string",
"labelUrl": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"volume": 0,
"packageIdList": [
"string"
],
"vweight": 0
}
]
}'{
"code": 0,
"msg": "string",
"data": null
}