GET api/TMSApp/Dispatch/GetDetailDispatchStatistic?corpID={corpID}&StartTime={StartTime}&EndTime={EndTime}&OrderId={OrderId}

获取运单按日汇总详细信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
corpID

用户所属公司

integer

Required

StartTime

查询开始日期

date

Required

EndTime

查询结束日期

date

Required

OrderId

订单ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取运单按日汇总详细信息

MsgBaseApiPageOfListOfdispatchStatistic
NameDescriptionTypeAdditional information
Status

返回状态0:失败,1:成功

integer

None.

Msg

返回消息

string

None.

Data

返回数据内容,默认为空

Collection of dispatchStatistic

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Msg": "sample string 2",
  "Data": [
    {
      "shipperId": 1,
      "shippername": "sample string 2",
      "ConginerId": 3,
      "consignername": "sample string 4",
      "ReceiverId": 5,
      "ReceiverName": "sample string 6",
      "totalFatCoal": 1.0,
      "ygSendWeight": 1.0,
      "totalPaid": 1.0,
      "totalDeductWeight": 1.0,
      "totalLossWeight": 1.0,
      "totalNewwork": 7,
      "totalLoad": 8,
      "totalLoadWeight": 9.0,
      "totalTransporting": 10,
      "totalTransportingWeight": 11.0,
      "totalUnload": 12,
      "totalUnloadWeight": 13.0,
      "totalUnloading": 14,
      "totalUnloadingWeight": 15.0,
      "totalFinished": 16,
      "totalFinishedWeight": 17.0,
      "totalException": 18,
      "totalTrip": 19,
      "OrderName": "sample string 20",
      "OrderId": 21,
      "TALimit": 22.0,
      "totalTodayTrip": 23
    },
    {
      "shipperId": 1,
      "shippername": "sample string 2",
      "ConginerId": 3,
      "consignername": "sample string 4",
      "ReceiverId": 5,
      "ReceiverName": "sample string 6",
      "totalFatCoal": 1.0,
      "ygSendWeight": 1.0,
      "totalPaid": 1.0,
      "totalDeductWeight": 1.0,
      "totalLossWeight": 1.0,
      "totalNewwork": 7,
      "totalLoad": 8,
      "totalLoadWeight": 9.0,
      "totalTransporting": 10,
      "totalTransportingWeight": 11.0,
      "totalUnload": 12,
      "totalUnloadWeight": 13.0,
      "totalUnloading": 14,
      "totalUnloadingWeight": 15.0,
      "totalFinished": 16,
      "totalFinishedWeight": 17.0,
      "totalException": 18,
      "totalTrip": 19,
      "OrderName": "sample string 20",
      "OrderId": 21,
      "TALimit": 22.0,
      "totalTodayTrip": 23
    }
  ]
}