POST api/v1/PowerStation/GetInverterBySn

获取单设备信息

Request Information

URI Parameters

None.

Body Parameters

InverterBaseModel
NameDescriptionTypeAdditional information
InverterSn

设备SN

string

None.

Type

!!!!!!!栏位测试,正式删除,支持类型[ESU,EMU,BPS,BPU,ETU]

string

None.

Request Formats

application/json, text/json

Sample:
{
  "inverterSn": "sample string 1",
  "type": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}