分页查询运货信息
GET
TiDeliveryService/page
请求参数
参数名
类型
描述
必填
size
int
页大小
必填
current
int
页数
必填
wayBillNumber
string
运货单号
可选
startDate
string
发货日期起始日期(yyyy-MM-dd)
可选
endDate
string
发货日期结束日期(yyyy-MM-dd)
可选
响应参数
参数名
类型
描述
必填
wayBillNumber
string
运单号
必填
estimatedDateOfArrival
string
预计送达日期
必填
goodsIssueDate
string
发货日期
必填
relateOrderCount
int
关联订单数
必填
relateDeliveryCount
int
关联送货单数
必填
customerPurchaseOrderNumber
string
自定义订单号
必填