GET api/TMSApp/Dispatch/GetChartOrderStatistic?corpID={corpID}&StartTime={StartTime}&EndTime={EndTime}
首页图表获取订单按日汇总
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpID |
用户所属公司ID |
integer |
Required |
StartTime |
查询汇总开始时间 |
date |
Required |
EndTime |
查询汇总结束时间 |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
首页图表获取订单按日汇总
MsgBaseApiPageOfListOfDispatchSummaryName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of DispatchSummary |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "totalFatCoal": 1.0, "ygSendWeight": 1.0, "totalPaid": 1.0, "totalFinishedYesterdaySend": 1.0, "totalDeductWeight": 1.0, "totalLossWeight": 1.0, "totalNewwork": 2, "totalLoad": 3, "totalTransporting": 5, "totalUnload": 7, "totalUnloading": 9, "totalFinished": 11, "totalException": 13, "totalTrip": 14, "OrderName": "sample string 15", "OrderId": 16, "ReceiverId": 17, "ReceiverName": "sample string 18", "ShipperId": 19, "ShipperName": "sample string 20", "ConginerId": 21, "consignername": "sample string 22", "TPValue": 23.0, "dispatchDetaillist": [ { "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 } ], "IsYourOrder": true, "totalTodayTrip": 25 }, { "totalFatCoal": 1.0, "ygSendWeight": 1.0, "totalPaid": 1.0, "totalFinishedYesterdaySend": 1.0, "totalDeductWeight": 1.0, "totalLossWeight": 1.0, "totalNewwork": 2, "totalLoad": 3, "totalTransporting": 5, "totalUnload": 7, "totalUnloading": 9, "totalFinished": 11, "totalException": 13, "totalTrip": 14, "OrderName": "sample string 15", "OrderId": 16, "ReceiverId": 17, "ReceiverName": "sample string 18", "ShipperId": 19, "ShipperName": "sample string 20", "ConginerId": 21, "consignername": "sample string 22", "TPValue": 23.0, "dispatchDetaillist": [ { "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 } ], "IsYourOrder": true, "totalTodayTrip": 25 } ] }