POST api/v2/PowerStation/GetSoc
Request Information
URI Parameters
None.
Body Parameters
PowerStationBaseModelName | 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
SOCModelName | 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 }