POST api/OpenApi/QueryInventers

电站设备列表

Request Information

URI Parameters

None.

Body Parameters

pw_id 电站ID

QryInventers
NameDescriptionTypeAdditional information
pw_id

string

None.

page_index

integer

None.

page_size

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "pw_id": "sample string 1",
  "page_index": 2,
  "page_size": 3
}

application/xml, text/xml

Sample:
<QryInventers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goodwe.Ops.BLL">
  <page_index>2</page_index>
  <page_size>3</page_size>
  <pw_id>sample string 1</pw_id>
</QryInventers>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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.