POST api/{version}/PowerStation/GetRemotingConfigSelectListItem
获取逆变器远程配置页面菜单内容
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
DeviceSN 不填 InverterType 0,并网;1,储能
InverterRemotingGetParamName | Description | Type | Additional information |
---|---|---|---|
DeviceSN |
InverterSN or DataLoggerSN |
string |
None. |
InverterType |
逆变器类型,0:并网机;1:储能机 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "deviceSN": "sample string 1", "inverterType": 2 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |