POST api/{version}/v4/Rsd/AddPanel
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
AddPanel| Name | Description | Type | Additional information |
|---|---|---|---|
| inverterId | string |
None. |
|
| inverterSn | string |
None. |
|
| mpptId | integer |
None. |
|
| stationId | string |
None. |
|
| stringId | integer |
None. |
|
| userId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"inverterId": "sample string 1",
"inverterSn": "sample string 2",
"mpptId": 3,
"stationId": "sample string 4",
"stringId": 5,
"userId": "sample string 6"
}
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. |