GET api/TMSApp/Chart/GetShippersTransportStateStatisticByDay?corpId={corpId}
app今日收货统计获取承运商运输状况(没确定界面,接口有可能改)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
app今日收货统计获取承运商运输状况(没确定界面,接口有可能改)
MsgBaseApiExtendOfListOfShippersGroupListName | Description | Type | Additional information |
---|---|---|---|
dispsum |
运单状态数据统计 |
DispSum |
None. |
shipperSum |
收货统计列表汇总 |
ShippersGroupSummary |
None. |
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of ShippersGroupList |
None. |
Response Formats
application/json, text/json
Sample:
{ "dispsum": { "totalLoading": 1, "totalLoadingWeight": 2.0, "totalTransporting": 3, "totalTransportingWeight": 4.0, "totalUnloading": 5, "totalUnloadingWeight": 6.0, "totalQueue": 7, "totalQueueWeight": 8.0, "totalFinished": 9, "totalFinishedWeight": 10.0, "totalSum": 11, "totalSumWeight": 12.0 }, "shipperSum": { "TotalQueue": 1, "TotalUnloading": 2, "TotalUnloaded": 3, "TotalTime": 4.0 }, "Status": 1, "Msg": "sample string 2", "Data": [ { "shippersList": [ { "TotalSendNum": 1, "ConginerId": 2, "ConsignerName": "sample string 3", "Status": 4 }, { "TotalSendNum": 1, "ConginerId": 2, "ConsignerName": "sample string 3", "Status": 4 } ], "ConginerId": 1, "ConsignerName": "sample string 2", "AvgWaitTime": 3.0 }, { "shippersList": [ { "TotalSendNum": 1, "ConginerId": 2, "ConsignerName": "sample string 3", "Status": 4 }, { "TotalSendNum": 1, "ConginerId": 2, "ConsignerName": "sample string 3", "Status": 4 } ], "ConginerId": 1, "ConsignerName": "sample string 2", "AvgWaitTime": 3.0 } ] }