{
"nodeId": 0,
"id": 0,
"operatedAt": "string",
"rejectedFlag": 0,
"rejectedStationId": 0,
"rejectedStationCode": "string",
"rejectedStationName": "string",
"temperatureUpdateDTO": {
"waybillId": 0,
"temperatureBeganAt": "string",
"temperatureEndedAt": "string",
"temperatureBeganDegree": 0,
"temperatureEndedDegree": 0,
"deviceCode": "string"
},
"orders": [
{
"boxId": 0,
"id": 0,
"type": "string",
"commodities": [
{
"id": 0,
"code": "string",
"name": "string",
"specification": "string",
"batchCode": "string",
"totalCount": 0,
"basicUnit": "string",
"unitCount": 0,
"unitLoad": 0,
"lineNo": "string",
"weight": 0
}
],
"count": 0,
"weight": 0,
"volume": 0,
"reason": "string",
"images": [
"string"
],
"remark": "string"
}
]
}curl --location --request POST '/driver/waybill/complete' \
--header 'X-Source;' \
--header 'X-Station-ID: 1709449603937239042' \
--header 'X-Station-Code: ZD0038' \
--header 'X-Station-Name: %E6%9C%A8%E5%85%B0%E4%BB%93' \
--header 'Auth-User: {"id":1630040337910767616,"userName":"16602859986","nickName":"pulei","phone":"16602859986","gender":0,"userType":0,"lockDate":1678867965000,"newAccountFlag":1,"activeFlag":1,"accountType":0,"jobNumber":"005","organizationIds":[1626148651591110656],"roleIds":[1634378404145049600],"companyIds":[1632626533976743944,1632626533976743971],"warehouseIds":[1629049370067271681],"allRole":2,"allWarehouse":1,"allCompany":1,"allOrganization":2,"toAdmin":2}' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nodeId": 0,
"id": 0,
"operatedAt": "string",
"rejectedFlag": 0,
"rejectedStationId": 0,
"rejectedStationCode": "string",
"rejectedStationName": "string",
"temperatureUpdateDTO": {
"waybillId": 0,
"temperatureBeganAt": "string",
"temperatureEndedAt": "string",
"temperatureBeganDegree": 0,
"temperatureEndedDegree": 0,
"deviceCode": "string"
},
"orders": [
{
"boxId": 0,
"id": 0,
"type": "string",
"commodities": [
{
"id": 0,
"code": "string",
"name": "string",
"specification": "string",
"batchCode": "string",
"totalCount": 0,
"basicUnit": "string",
"unitCount": 0,
"unitLoad": 0,
"lineNo": "string",
"weight": 0
}
],
"count": 0,
"weight": 0,
"volume": 0,
"reason": "string",
"images": [
"string"
],
"remark": "string"
}
]
}'{
"success": false,
"errorCode": 0,
"errorMessage": "",
"msgKey": "",
"time": 0,
"traceId": "",
"data": false,
"pageMeta": {
"total": 0,
"current": 0,
"size": 0
},
"voiceMeta": {
"type": "",
"message": ""
},
"server": ""
}