POST api/Station/QueryStations
Request Information
URI Parameters
None.
Body Parameters
StationQueryITO| Name | Description | Type | Additional information |
|---|---|---|---|
| stationName | string |
None. |
|
| SN | string |
None. |
|
| orderByField | string |
None. |
|
| page | integer |
None. |
|
| perPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"stationName": "sample string 1",
"SN": "sample string 2",
"orderByField": "sample string 3",
"page": 4,
"perPage": 5
}
application/xml, text/xml
Sample:
<StationQueryITO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppService.Models.ITO"> <orderByField xmlns="http://schemas.datacontract.org/2004/07/">sample string 3</orderByField> <page xmlns="http://schemas.datacontract.org/2004/07/">4</page> <perPage xmlns="http://schemas.datacontract.org/2004/07/">5</perPage> <SN>sample string 2</SN> <stationName>sample string 1</stationName> </StationQueryITO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| TotalCount | integer |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.