POST evcs/v1/query_stations_info
Request Information
URI Parameters
None.
Body Parameters
QueryStationsInfoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LastQueryTime | date |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LastQueryTime": "2026-03-04T21:33:11.3392778+08:00",
"PageNo": 1,
"PageSize": 2
}
application/xml, text/xml
Sample:
<QueryStationsInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JQ.Application.ZDL.Models"> <LastQueryTime>2026-03-04T21:33:11.3392778+08:00</LastQueryTime> <PageNo>1</PageNo> <PageSize>2</PageSize> </QueryStationsInfoRequest>
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.