POST api/{version}/IVDiagno/SaveInverterWiringData
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
SaveInverterWiringDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InverterSN | string |
None. |
|
| Id | string |
None. |
|
| MppNum | integer |
None. |
|
| StringNum | integer |
None. |
|
| PVConfigs | Collection of PVConfig |
None. |
|
| ErrorMsgKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"inverterSN": "sample string 1",
"id": "sample string 2",
"mppNum": 3,
"stringNum": 4,
"pvConfigs": [
{
"pvKey": "sample string 1",
"isChecked": true
},
{
"pvKey": "sample string 1",
"isChecked": true
}
],
"errorMsgKey": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |