POST api/v1/ReportData/GetInverterEquivalentHourDeviation

获取设备等效小时偏差

Request Information

URI Parameters

None.

Body Parameters

id 电站ID date 查询时间(不传默认当天)

ReportInverterData
NameDescriptionTypeAdditional information
id

string

None.

date

date

None.

section

integer

None.

page_index

integer

None.

page_size

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "date": "2025-05-15 20:41:08",
  "section": 3,
  "page_index": 4,
  "page_size": 5
}

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.