POST api/v1/PowerStation/GetPowerStationById
获取电站的详细信息
Request Information
URI Parameters
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
PowerStationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PowerStationId |
电站Id |
string |
None. |
| PowerStationImages |
电站图片,多张图片以,号格开 |
string |
None. |
| PowerStationName |
电站名称 |
string |
None. |
| Classification |
电站类型 |
string |
None. |
| Location |
电站位置 |
string |
None. |
| ConnectedTime |
接入时间 |
string |
None. |
| Capacity |
电站容量 |
string |
None. |
| BetteryCapacity |
电池容量 |
string |
None. |
| Power |
功率 |
string |
None. |
| Status |
电站状态 |
integer |
None. |
| StatusName |
电站状态说明 |
string |
None. |
| Soc |
电池状态 |
integer |
None. |
| SocStatus |
充放电状态 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"powerStationId": "sample string 1",
"powerStationImages": "sample string 2",
"powerStationName": "sample string 3",
"classification": "sample string 4",
"location": "sample string 5",
"connectedTime": "sample string 6",
"capacity": "sample string 7",
"betteryCapacity": "sample string 8",
"power": "sample string 9",
"status": 10,
"statusName": "sample string 11",
"soc": 12,
"socStatus": 13
}