POST api/{version}/PowerStation/RemoteControlDataInverterParaQueryBySN

获取远程配置参数 根据InverterSN

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

DeviceSN 请输入InverterSN InverterType 不填

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.