POST api/PowerStation/RemoteControlDataInverterParaQueryBySN
获取远程配置参数 根据InverterSN
Request Information
URI Parameters
None.
Body Parameters
DeviceSN 请输入InverterSN InverterType 不填
InverterRemotingGetParam| Name | 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
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. |