GET api/TMSApp/Chart/GetReceiveTareStatisticByDay?corpID={corpID}
app今日收货统计获取收货量统计,按发货单位(没确定界面,接口有可能改)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
app今日收货统计获取收货量统计,按发货单位(没确定界面,接口有可能改)
MsgBaseApiPageOfSendStatisticByConsignerName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
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 } ] } }