POST api/{version}/PowerStation/QueryPowerStation

查询

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

pw_areacode 区编码 org_id 组织机构ID pw_name 电站名称

QryPowerStation
NameDescriptionTypeAdditional information
pw_areacode

string

None.

org_id

string

None.

pw_name

string

None.

condition

string

None.

inverter_condition

integer

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,
  "page_index": 6,
  "page_size": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

user_is_first_owner 请求者是否为电站第一业主

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.