POST api/{version}/BigScreen/GetPowerStationTotalDataByOwner
获取总发电数据---业主多电站
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
qry_type 查询类型 1:所有电站 3:自有电站(如用户为组织,则自有为:拥有和归属本节点)
QryCommonParam| Name | Description | Type | Additional information |
|---|---|---|---|
| qry_type |
查询类型 1:所有电站 3:自有电站(如用户为组织,则自有为:拥有和归属本节点) |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"qry_type": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
power_sum 发电量 income_sum 总收益 co2 二氧化碳减排 tree 等效植树 coal 节约标准煤 date 时间
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |