GET api/TMSApp/Chart/GetReceiveTareStatisticByDayWithCreateTime?corpID={corpID}
app今日收货统计获取收货量统计,按发货时间(没确定界面,接口有可能改)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
app今日收货统计获取收货量统计,按发货时间(没确定界面,接口有可能改)
MsgBaseApiPageOfSendStatisticByTimeName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
SendStatisticByTime |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "Text": "sample string 1", "statisticList": [ { "TotalSendGross": 1.0, "TotalReceiveGross": 2.0, "TotalSendCarCount": 3, "Time": "sample string 4" }, { "TotalSendGross": 1.0, "TotalReceiveGross": 2.0, "TotalSendCarCount": 3, "Time": "sample string 4" } ] } }