查询运单汇总表列表
GET
http://localhost:8085/report/wayBillSummary/list
请求头
参数名
类型
描述
必填
Authorization
string
示例:Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjIwYTUwNmU3LTc4ZWQtNDhkMi1hMmZmLWQ0YTEzYTIxMDFlMiJ9.3vKjmYGrrGGnxH0heiIVQI1BpFOQ_5PY6CIyWQBeLsUEvoxpWkTPd36YofRxTirQ08cUACqEZ8jVpVhmghzGQQ
必填
请求参数
参数名
类型
描述
必填
poolId
string
示例:唯一标识
可选
belongUserId
string
示例:归属平台ID
可选
orderId
string
示例:订单id
可选
orderNumber
string
示例:订单号
可选
deliveryTime
string
示例:发货时间
可选
shipperOrderNo
string
示例:货主单号
可选
waybillId
string
示例:运单ID
可选
waybillNumber
string
示例:运单号
可选
clientName
string
示例:委托人
可选
destinationNodes
string
示例:目的地(卸货节点城市)
可选
nodes
string
示例:节点名称
可选
nodeTypeAmount
string
示例:装卸货节点数量
可选
nodeAmount
string
示例:节点数量
可选
placeOfLoadingAmount
string
示例:装货地数量
可选
placeOfDischargeAmount
string
示例:卸货地数量
可选
vehicle
string
示例:车牌号
可选
carCaptain
string
示例:运输类型
可选
carModel
string
示例:车辆类型
可选
driverId
string
示例:司机ID
可选
driverName
string
示例:司机姓名
可选
driverPhone
string
示例:司机手机号
可选
line
string
示例:线路
可选
mileage
string
示例:里程
可选
freightUnitPrice
string
示例:运费结算单价
可选
freightAmount
string
示例:运费金额
可选
freighterName
string
示例:承运方名称
可选
normWeight
string
示例:标重
可选
collectionAmount
string
示例:回款/冲账/罚款金额(元)
可选
params.beginDeliveryTime
发货开始时间yyyy-mm-dd
可选
params.endDeliveryTime
发货结束时间yyyy-mm-dd
可选
响应参数
参数名
类型
描述
必填
total
int
示例:2
必填
poolId
int
唯一标识,示例:52
必填
orderId
int
订单ID,示例:159
必填
belongUserId
int
归属平台id,示例:26
必填
orderNumber
string
订单号,示例:Y20211115ijnjp2t2
必填
deliveryTime
string
发货时间,示例:2021-11-15
必填
shipperOrderNo
string
货主单号,示例:2900154088
必填
waybillId
int
运单ID,示例:126
必填
waybillNumber
string
运单号,示例:Y202111157nf15j66
必填
clientName
string
委托人,示例:三全食品股份有限公司
必填
destinationNodes
string
目的地(卸货节点城市)示例:孟州市
必填
nodes
string
节点名称示例:惠济区-孟州市
必填
nodeTypeAmount
string
装卸货节点数量示例:1装1卸
必填
nodeAmount
int
节点数量示例:2
必填
vehicle
string
车牌号 示例:豫VH30F5
必填
carCaptain
string
车长 示例:6.00米
必填
placeOfLoadingAmount
int
装货地数量 示例:1
必填
driverName
string
司机姓名,示例:楚爱国
必填
carModel
string
运输类型
必填
placeOfDischargeAmount
int
卸货地数量 示例:1
必填
driverPhone
string
司机手机号,示例:15617908221
必填
line
string
线路,示例:河南2
必填
mileage
int
里程,示例:93
必填
freightUnitPrice
float
单价,示例:7.2
必填
driverId
int
司机id,示例:34
必填
freightAmount
float
运费,示例:669.6
必填
freighterName
string
承运人,示例:TMS0000
必填
normWeight
int
标箱/件数/吨位 示例:0
必填
collectionAmount
int
回款/冲账/罚款金额(元) 示例:0
必填
isDel
int
是否删除 示例:0
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填