POST api/v2/SmartFault/GetIVResultBySn
Request Information
URI Parameters
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
IVResultInverterDataList| Name | Description | Type | Additional information |
|---|---|---|---|
| IsIVCurve | boolean |
None. |
|
| IVCurvePercent | string |
None. |
|
| IVCurveDate | string |
None. |
|
| inverterData | Collection of IVResultInverter |
None. |
Response Formats
application/json, text/json
Sample:
{
"isIVCurve": true,
"ivCurvePercent": "sample string 2",
"ivCurveDate": "sample string 3",
"inverterData": [
{
"deviceName": "sample string 1",
"deviceSn": "sample string 2",
"istr1": "sample string 3",
"istr2": "sample string 4",
"istr3": "sample string 5",
"istr4": "sample string 6",
"istr5": "sample string 7",
"istr6": "sample string 8",
"istr7": "sample string 9",
"istr8": "sample string 10",
"istr9": "sample string 11",
"istr10": "sample string 12",
"istr11": "sample string 13",
"istr12": "sample string 14",
"istr13": "sample string 15",
"istr14": "sample string 16",
"istr15": "sample string 17",
"istr16": "sample string 18"
},
{
"deviceName": "sample string 1",
"deviceSn": "sample string 2",
"istr1": "sample string 3",
"istr2": "sample string 4",
"istr3": "sample string 5",
"istr4": "sample string 6",
"istr5": "sample string 7",
"istr6": "sample string 8",
"istr7": "sample string 9",
"istr8": "sample string 10",
"istr9": "sample string 11",
"istr10": "sample string 12",
"istr11": "sample string 13",
"istr12": "sample string 14",
"istr13": "sample string 15",
"istr14": "sample string 16",
"istr15": "sample string 17",
"istr16": "sample string 18"
}
]
}