POST api/v3/PowerStationQuery/GetInverterBySn

Request Information

URI Parameters

None.

Body Parameters

inverterput_model
NameDescriptionTypeAdditional information
sn

string

None.

Request Formats

application/json, text/json

Sample:
{
  "sn": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}