POST evcs/v1/query_station_stats
Request Information
URI Parameters
None.
Body Parameters
QueryStationStatsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StationID | string |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"StationID": "sample string 1",
"StartTime": "2026-03-04T21:34:18.3481479+08:00",
"EndTime": "2026-03-04T21:34:18.3481479+08:00"
}
application/xml, text/xml
Sample:
<QueryStationStatsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JQ.Application.ZDL.Models"> <EndTime>2026-03-04T21:34:18.3481479+08:00</EndTime> <StartTime>2026-03-04T21:34:18.3481479+08:00</StartTime> <StationID>sample string 1</StationID> </QueryStationStatsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.