POST api/{version}/v4/Rsd/LogicLayOut
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
LogicLayOutName | Description | Type | Additional information |
---|---|---|---|
stationId | string |
None. |
|
inverterId | string |
None. |
|
inverterSn | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "stationId": "sample string 1", "inverterId": "sample string 2", "inverterSn": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |