POST api/{version}/BigScreen/GetSinglePowerStationByOwnerOncePw
获取单电站信息 ---单电站大屏
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
id 电站ID
Base| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
powerstation_id 电站ID stationname 电站名称 powerstation_type 电站类型 capacity 电站容量 address 电站地址 turnon_time 接入时间 synopsis_content 简介 images[] : 图片url地址 数组 inverters[]: 设备信息数组 sn 设备SN ModelType 设备类型 DeviceName 设备名称 status 设备状态 status_text 设备状态中文
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. |