PATCH api/v2/electrical/projects/pvinverters/strings/patch
PatchElectricalProjectPVString
Request Information
URI Parameters
None.
Body Parameters
The command
PatchElectricalProjectPVStringCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectPVStringId | universally unique identifier |
Required |
|
| ClearFields | Collection of PatchElectricalProjectPVStringCommandClearField |
None. |
|
| 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) |
None. |
Request Formats
application/json
Sample:
{
"ElectricalProjectPVStringId": "00000000-0000-0000-0000-000000000000",
"ClearFields": [
"Identifier",
"Identifier"
],
"Identifier": "sample string 1",
"Voltage": 1.0,
"Resistance": 1.0,
"Current": 1.0,
"Order": 1
}
Response Information
Resource Description
PatchElectricalProjectPVStringCommandResult
PatchElectricalProjectPVStringCommandResultNone.
Response Formats
application/json
Sample:
{}