POST api/{version}/SmartOperateMaintenance/GetPowerStationWariningInfoByMultiCondition_old
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
GetPowerStationWariningInfoByMultiCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| adcode | string |
None. |
|
| township | string |
None. |
|
| orgid | string |
None. |
|
| stationid | string |
None. |
|
| warninglevel | integer |
None. |
|
| starttime | string |
None. |
|
| endtime | string |
None. |
|
| page_index | integer |
None. |
|
| page_size | integer |
None. |
|
| status | integer |
None. |
|
| is_added | integer |
None. |
|
| sn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"adcode": "sample string 1",
"township": "sample string 2",
"orgid": "sample string 3",
"stationid": "sample string 4",
"warninglevel": 5,
"starttime": "sample string 6",
"endtime": "sample string 7",
"page_index": 8,
"page_size": 9,
"status": 10,
"is_added": 11,
"sn": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |