POST api/{version}/v4/PwInverters/SaveInverterBindPString
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
SaveInverterBindPStringParam| Name | Description | Type | Additional information |
|---|---|---|---|
| sn | string |
None. |
|
| save_type | integer |
None. |
|
| bind_data | Collection of InverterBindPstring |
None. |
Request Formats
application/json, text/json
Sample:
{
"sn": "sample string 1",
"save_type": 2,
"bind_data": [
{
"pstring_id": "sample string 1",
"route": 2,
"strand": 3,
"istr_name": "sample string 4"
},
{
"pstring_id": "sample string 1",
"route": 2,
"strand": 3,
"istr_name": "sample string 4"
}
]
}
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. |