PATCH api/v2/electrical/projects/pvinverters/patch
PatchElectricalProjectPVInverter
Request Information
URI Parameters
None.
Body Parameters
The command
PatchElectricalProjectPVInverterCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectPVInverterId | universally unique identifier |
Required |
|
| ClearFields | Collection of PatchElectricalProjectPVInverterCommandClearFIeld |
None. |
|
| Identifier | string |
Max length: 100 |
|
| InternalRemark | string |
Max length: 500 |
|
| InternalImageRemark | string |
Max length: 500 |
|
| InternalThermalImageRemark | string |
Max length: 500 |
|
| BrandModel | string |
Max length: 100 |
|
| SerialNumber | string |
Max length: 100 |
|
| FirmwareVersion | string |
Max length: 100 |
|
| RatedPower | decimal number |
Range: inclusive between 0 and 100000 |
|
| PowerPhaseKind | ElectricalPowerPhaseKind |
None. |
|
| Order | integer (32 bits) |
None. |
|
| ElectricalProjectDistributionBoardId | universally unique identifier |
None. |
|
| GroundImpedanceL1 | decimal number |
None. |
|
| GroundImpedanceL2 | decimal number |
None. |
|
| GroundImpedanceL3 | decimal number |
None. |
|
| NeutralImpedanceL1 | decimal number |
None. |
|
| NeutralImpedanceL2 | decimal number |
None. |
|
| NeutralImpedanceL3 | decimal number |
None. |
|
| ImpedanceL1L2 | decimal number |
None. |
|
| ImpedanceL1L3 | decimal number |
None. |
|
| ImpedanceL2L3 | decimal number |
None. |
|
| ReportImages | boolean |
None. |
|
| ReportThermalImages | boolean |
None. |
|
| ReportImpedanceMeasurements | boolean |
None. |
|
| ReportPVStrings | boolean |
None. |
Request Formats
application/json
Sample:
{
"ElectricalProjectPVInverterId": "00000000-0000-0000-0000-000000000000",
"ClearFields": [
"Identifier",
"Identifier"
],
"Identifier": "sample string 1",
"InternalRemark": "sample string 2",
"InternalImageRemark": "sample string 3",
"InternalThermalImageRemark": "sample string 4",
"BrandModel": "sample string 5",
"SerialNumber": "sample string 6",
"FirmwareVersion": "sample string 7",
"RatedPower": 1.0,
"PowerPhaseKind": "1",
"Order": 1,
"ElectricalProjectDistributionBoardId": "00000000-0000-0000-0000-000000000000",
"GroundImpedanceL1": 1.0,
"GroundImpedanceL2": 1.0,
"GroundImpedanceL3": 1.0,
"NeutralImpedanceL1": 1.0,
"NeutralImpedanceL2": 1.0,
"NeutralImpedanceL3": 1.0,
"ImpedanceL1L2": 1.0,
"ImpedanceL1L3": 1.0,
"ImpedanceL2L3": 1.0,
"ReportImages": true,
"ReportThermalImages": true,
"ReportImpedanceMeasurements": true,
"ReportPVStrings": true
}
Response Information
Resource Description
PatchElectricalProjectPVInverterCommandResult
PatchElectricalProjectPVInverterCommandResultNone.
Response Formats
application/json
Sample:
{}