POST api/{version}/v1/PowerStation/GetPowerflow
获取单电站的能量流图
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
PowerStationBaseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PowerStationId |
电站ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"powerStationId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}