POST api/v2/SmartFault/StartIVResult
Request Information
URI Parameters
None.
Body Parameters
InverterSnListName | Description | Type | Additional information |
---|---|---|---|
snList | Collection of InverterSn |
None. |
Request Formats
application/json, text/json
Sample:
{ "snList": [ { "sn": "sample string 1" }, { "sn": "sample string 1" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true