POST api/v1/Setting/GetPowerStationOverlineSetting
诊断设置-查询-电站越线设置信息
Request Information
URI Parameters
None.
Body Parameters
QryPowerStationSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| pw_areacode | string |
None. |
|
| org_id | string |
None. |
|
| pw_name | string |
None. |
|
| condition | string |
None. |
|
| inverter_condition | integer |
None. |
|
| powerstationtype | string |
None. |
|
| page_index | integer |
None. |
|
| page_size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pw_areacode": "sample string 1",
"org_id": "sample string 2",
"pw_name": "sample string 3",
"condition": "sample string 4",
"inverter_condition": 5,
"powerstationtype": "sample string 6",
"page_index": 7,
"page_size": 8
}
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. |