GET api/TMSApp/Chart/GetUnloadStatisticInfo?corpID={corpID}&dateTime={dateTime}
卸货中状态统计
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpID | integer |
Required |
|
dateTime | date |
Required |
Body Parameters
None.
Response Information
Resource Description
卸货中状态统计
MsgBaseApiPageOfElectricAppStatusInfoName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
ElectricAppStatusInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "yesterDayNumer": 1.0, "writeValueCarNumber": 2, "exceptionNumber": 3, "unReceiveWeight": 4.0, "completeRateInfo": [ { "consignerName": "sample string 1", "consignerId": 2, "planNumber": 3.0, "hasSendNumber": 4.0, "carNumebr": 5, "carNumberSendGross": 6, "completeRate": 7.0 }, { "consignerName": "sample string 1", "consignerId": 2, "planNumber": 3.0, "hasSendNumber": 4.0, "carNumebr": 5, "carNumberSendGross": 6, "completeRate": 7.0 } ] } }