PUT api/v2/electrical/projects/pvinverters/strings/edit
EditElectricalProjectPVString
Request Information
URI Parameters
None.
Body Parameters
The command
EditElectricalProjectPVStringCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectPVStringId | universally unique identifier |
Required |
|
| Identifier | string |
Max length: 100 |
|
| Voltage | decimal number |
Range: inclusive between 0 and 100000 |
|
| Resistance | decimal number |
Range: inclusive between 0 and 100000 |
|
| Current | decimal number |
Range: inclusive between 0 and 100000 |
|
| Order | integer (32 bits) |
Required |
Request Formats
application/json
Sample:
{
"ElectricalProjectPVStringId": "00000000-0000-0000-0000-000000000000",
"Identifier": "sample string 1",
"Voltage": 1.0,
"Resistance": 1.0,
"Current": 1.0,
"Order": 1
}
Response Information
Resource Description
EditElectricalProjectPVStringCommandResult
EditElectricalProjectPVStringCommandResultNone.
Response Formats
application/json
Sample:
{}