GET api/TMSApp/Chart/GetReceiveProgressStatistic?corpId={corpId}&startTime={startTime}&endTime={endTime}
收货进度统计
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpId | integer |
Required |
|
startTime | date |
Required |
|
endTime | date |
Required |
Body Parameters
None.
Response Information
Resource Description
收货进度统计
MsgBaseApiPageOfListOfReceiveStatisticModelName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of ReceiveStatisticModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "time": 1, "totalCount": 2, "totalReceive": 3.0 }, { "time": 1, "totalCount": 2, "totalReceive": 3.0 } ] }