{
"enterpriseCode": "string",
"orderCode": "string",
"dispatchCode": "string",
"startDate": "string",
"endDate": "string",
"dispatchDateBegin": "string",
"dispatchDateEnd": "string",
"source": "BigInteger.ZERO.toString()",
"orderDispatchRecordItem": [
{
"startTime": "string",
"endTime": "string",
"orderDispatchRecordItemList": [
{
"code": "string",
"vehicleCode": "string",
"licenseNumber": "string",
"driverCodes": [
"string"
],
"carriageNumber": 0,
"ruleCode": "string",
"carriagePrice": "string",
"startTime": "string",
"endTime": "string",
"stowageStatus": "string",
"vehicleMaxWeight": 0,
"outputProportion": 0
}
]
}
]
}
curl --location --request POST '/orderDispatchRecord/create' \
--header 'App-Version;' \
--header 'App-Code;' \
--header 'Produce-Code;' \
--header 'Terminal-Type;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"enterpriseCode": "string",
"orderCode": "string",
"dispatchCode": "string",
"startDate": "string",
"endDate": "string",
"dispatchDateBegin": "string",
"dispatchDateEnd": "string",
"source": "BigInteger.ZERO.toString()",
"orderDispatchRecordItem": [
{
"startTime": "string",
"endTime": "string",
"orderDispatchRecordItemList": [
{
"code": "string",
"vehicleCode": "string",
"licenseNumber": "string",
"driverCodes": [
"string"
],
"carriageNumber": 0,
"ruleCode": "string",
"carriagePrice": "string",
"startTime": "string",
"endTime": "string",
"stowageStatus": "string",
"vehicleMaxWeight": 0,
"outputProportion": 0
}
]
}
]
}'
{}