POST api/Report/GetAdasTotal
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiInfoEntityOfListOfAdasTotalEntityName | Description | Type | Additional information |
---|---|---|---|
data | Collection of AdasTotalEntity |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "AlarmType": "sample string 1", "AlarmName": "sample string 2", "TotalAlarm": 3, "IsMonth": 4 }, { "AlarmType": "sample string 1", "AlarmName": "sample string 2", "TotalAlarm": 3, "IsMonth": 4 } ], "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<ApiInfoEntityOfArrayOfAdasTotalEntityNdF_SKQEZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <Code>1</Code> <Message>sample string 2</Message> <Data> <AdasTotalEntity> <AlarmName>sample string 2</AlarmName> <AlarmType>sample string 1</AlarmType> <IsMonth>4</IsMonth> <TotalAlarm>3</TotalAlarm> </AdasTotalEntity> <AdasTotalEntity> <AlarmName>sample string 2</AlarmName> <AlarmType>sample string 1</AlarmType> <IsMonth>4</IsMonth> <TotalAlarm>3</TotalAlarm> </AdasTotalEntity> </Data> </ApiInfoEntityOfArrayOfAdasTotalEntityNdF_SKQEZ>