POST api/{version}/PowerStation/GetRemotingConfigSelectListItem

获取逆变器远程配置页面菜单内容

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

DeviceSN 不填 InverterType 0,并网;1,储能

InverterRemotingGetParam
NameDescriptionTypeAdditional 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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.