POST api/{version}/v2/SmartFault/StartIVResult
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
InverterSnList| Name | 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