POST api/{version}/v3/PlantSearch/GetPowerStationTipsWeb
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
GetPowerStationTips| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
None. |
|
| adcode | string |
None. |
|
| org_id | string |
None. |
|
| count | integer |
None. |
|
| type |
查询类型:1:搜索本组织以及下属组织的电站(所有电站) 2:只搜索当前组织的电站 3:自建的电站和由电站归属分配所得的电站(自有电站) |
integer |
None. |
| condition | string |
None. |
|
| powerstation_status |
查询类型 1:发电中 0:待机中 -1:离线中 2:停机中 -2:无设备 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"adcode": "sample string 2",
"org_id": "sample string 3",
"count": 4,
"type": 5,
"condition": "sample string 6",
"powerstation_status": "sample string 7"
}
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. |