POST api/v1/PowerStation/ExportInverterPowerAndIncome

导出设备发电量(年月日)

Request Information

URI Parameters

None.

Body Parameters

date 查询时间(不传默认当天) type 导出类型 1:日发电,2:月发电 ,3:年发电

ExportInverterPowerAndIncome
NameDescriptionTypeAdditional information
date

date

None.

count

integer

None.

type

integer

None.

sn

string

None.

img_width

integer

None.

img_height

integer

None.

img_base64

string

None.

Request Formats

application/json, text/json

Sample:
{
  "date": "2025-05-15 22:23:50",
  "count": 2,
  "type": 3,
  "sn": "sample string 4",
  "img_width": 5,
  "img_height": 6,
  "img_base64": "sample string 7"
}

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.