POST api/v1/ReportData/GetPowerStationEquivalentHourDeviation

获等效小时偏差相关电站集合

Request Information

URI Parameters

None.

Body Parameters

id 电站ID date 查询时间(不传默认当天) qry_type 查询类型 1:所有电站 3:自有电站(如用户为组织,则自有为:拥有和归属本节点) pw_areacode 区编码 org_id 组织机构ID page_index 第几页 page_size 每页个数

ReportPowerStationData
NameDescriptionTypeAdditional information
qry_type

integer

None.

pw_areacode

string

None.

org_id

string

None.

pw_name

string

None.

orderby

string

None.

sn

string

None.

date

date

None.

page_index

integer

None.

page_size

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "qry_type": 1,
  "pw_areacode": "sample string 2",
  "org_id": "sample string 3",
  "pw_name": "sample string 4",
  "orderby": "sample string 5",
  "sn": "sample string 6",
  "date": "2025-05-15 20:23:26",
  "page_index": 8,
  "page_size": 9
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

record 总数 list 设备离散率列表

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.