POST api/{version}/v2/PowerStation/GetSoc
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
SOCModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Power |
电量 |
integer |
None. |
| Status |
-1放,0,1充 |
integer |
None. |
| StationStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"power": 1,
"status": 2,
"stationStatus": 3
}