POST api/{version}/v1/PowerStation/GetInverterBySn
获取单设备信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
InverterBaseModel| Name | Description | Type | Additional 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
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}