GET api/TMSApp/Chart/GetShippingStatistic?corpId={corpId}
获取发货统计数据
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取发货统计数据
MsgBaseApiPageOfListOfSendStatisticByConsignerName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of SendStatisticByConsigner |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "Text": "sample string 1", "statisticList": [ { "ConginerId": 1, "ConsignerName": "sample string 2", "ReceiverId": 3, "ReceiverName": "sample string 4", "TotalSendGross": 5.0, "TotalReceiveGross": 6.0, "TotalSendCarCount": 7 }, { "ConginerId": 1, "ConsignerName": "sample string 2", "ReceiverId": 3, "ReceiverName": "sample string 4", "TotalSendGross": 5.0, "TotalReceiveGross": 6.0, "TotalSendCarCount": 7 } ] }, { "Text": "sample string 1", "statisticList": [ { "ConginerId": 1, "ConsignerName": "sample string 2", "ReceiverId": 3, "ReceiverName": "sample string 4", "TotalSendGross": 5.0, "TotalReceiveGross": 6.0, "TotalSendCarCount": 7 }, { "ConginerId": 1, "ConsignerName": "sample string 2", "ReceiverId": 3, "ReceiverName": "sample string 4", "TotalSendGross": 5.0, "TotalReceiveGross": 6.0, "TotalSendCarCount": 7 } ] } ] }