{
"data": {
"batchManagementId": 0,
"boxBill": {
"afterChannelId": 0,
"afterStatus": 0,
"beforeChannelId": 0,
"beforeStatus": 0,
"billId": 0,
"boxId": 0,
"channelId": 0,
"createdBy": 0,
"createdByName": "string",
"createdTime": "2019-08-24T14:15:22Z",
"diffQuantity": 0,
"id": 0,
"logisticsBillCode": "string",
"logisticsCompanyId": 0,
"logisticsCompanyName": "string",
"moduleId": "string",
"status": 0,
"statusName": "string",
"supplierId": 0,
"toChannelId": 0
},
"boxQuantity": 0,
"channelId": 0,
"distributionTypeId": 0,
"printId": 0,
"printQuantity": 0,
"supplierId": 0,
"type": 0
},
"moduleId": "string"
}
curl --location --request POST '/bill/sendBillFSL/generateBox' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"batchManagementId": 0,
"boxBill": {
"afterChannelId": 0,
"afterStatus": 0,
"beforeChannelId": 0,
"beforeStatus": 0,
"billId": 0,
"boxId": 0,
"channelId": 0,
"createdBy": 0,
"createdByName": "string",
"createdTime": "2019-08-24T14:15:22Z",
"diffQuantity": 0,
"id": 0,
"logisticsBillCode": "string",
"logisticsCompanyId": 0,
"logisticsCompanyName": "string",
"moduleId": "string",
"status": 0,
"statusName": "string",
"supplierId": 0,
"toChannelId": 0
},
"boxQuantity": 0,
"channelId": 0,
"distributionTypeId": 0,
"printId": 0,
"printQuantity": 0,
"supplierId": 0,
"type": 0
},
"moduleId": "string"
}'
{
"code": 0,
"msg": "string"
}