PUT api/v2/electrical/projects/distributionboards/edit
EditElectricalProjectDistributionBoard
Request Information
URI Parameters
None.
Body Parameters
The command
EditElectricalProjectDistributionBoardCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectDistributionBoardId | universally unique identifier |
Required |
|
| Kind | ElectricalProjectDistributionBoardKind |
None. |
|
| IsPVInstallation | boolean |
None. |
|
| ParentElectricalProjectDistributionBoardId | universally unique identifier |
None. |
|
| Order | integer (32 bits) |
Required |
|
| Identifier | string |
Max length: 100 |
|
| FloorNumber | string |
Max length: 50 |
|
| SpaceNumber | string |
Max length: 50 |
|
| InternalRemark | string |
Max length: 500 |
|
| InternalImageRemark | string |
Max length: 500 |
|
| InternalThermalImageRemark | string |
Max length: 500 |
|
| EarthingSystemKind | ElectricalEarthingSystemKind |
None. |
|
| PowerPhaseKind | ElectricalPowerPhaseKind |
None. |
|
| ElectricalIngressProtectionRatingId | universally unique identifier |
None. |
|
| CustomElectricalIngressProtectionRating | string |
None. |
|
| ApplicanceProtectionClass | ElectricalApplicanceProtectionClass |
None. |
|
| MainSwitchNominalCurrent | integer (32 bits) |
Range: inclusive between 0 and 100000 |
|
| UpstreamProtectiveDeviceKind | ElectricalDistributionBoardUpstreamProtectiveDeviceKind |
None. |
|
| UpstreamProtectiveDeviceCharacteristic | string |
Max length: 50 |
|
| PowerCircuitBreakerType | string |
Max length: 100 |
|
| PowerCircuitBreakerSetting | string |
Max length: 100 |
|
| PowerCircuitBreakerCurrent | decimal number |
None. |
|
| CurrentL1 | decimal number |
None. |
|
| CurrentL2 | decimal number |
None. |
|
| CurrentL3 | decimal number |
None. |
|
| CurrentNeutral | decimal number |
None. |
|
| VoltageL1 | decimal number |
None. |
|
| VoltageL2 | decimal number |
None. |
|
| VoltageL3 | decimal number |
None. |
|
| VoltageL1Neutral | decimal number |
None. |
|
| VoltageL2Neutral | decimal number |
None. |
|
| VoltageL3Neutral | decimal number |
None. |
|
| VoltageL1Ground | decimal number |
None. |
|
| VoltageL2Ground | decimal number |
None. |
|
| VoltageL3Ground | decimal number |
None. |
|
| VoltageNeutralGround | decimal number |
None. |
|
| PowerPhaseRotation | ElectricalPowerPhaseRotation |
None. |
|
| GroundImpedanceCurrentL1 | decimal number |
None. |
|
| GroundImpedanceCurrentL2 | decimal number |
None. |
|
| GroundImpedanceCurrentL3 | decimal number |
None. |
|
| GroundImpedanceL1 | decimal number |
None. |
|
| GroundImpedanceL2 | decimal number |
None. |
|
| GroundImpedanceL3 | decimal number |
None. |
|
| NeutralImpedanceCurrentL1 | decimal number |
None. |
|
| NeutralImpedanceCurrentL2 | decimal number |
None. |
|
| NeutralImpedanceCurrentL3 | decimal number |
None. |
|
| NeutralImpedanceL1 | decimal number |
None. |
|
| NeutralImpedanceL2 | decimal number |
None. |
|
| NeutralImpedanceL3 | decimal number |
None. |
|
| MeasureImpedanceBetweenPowerPhases | boolean |
None. |
|
| ImpedanceCurrentL1L2 | decimal number |
None. |
|
| ImpedanceCurrentL1L3 | decimal number |
None. |
|
| ImpedanceCurrentL2L3 | decimal number |
None. |
|
| ImpedanceL1L2 | decimal number |
None. |
|
| ImpedanceL1L3 | decimal number |
None. |
|
| ImpedanceL2L3 | decimal number |
None. |
|
| ReportImages | boolean |
None. |
|
| ReportThermalImages | boolean |
None. |
|
| ReportCurrentMeasurements | boolean |
None. |
|
| ReportVoltageMeasurements | boolean |
None. |
|
| ReportGroundImpedanceMeasurements | boolean |
None. |
|
| ReportNeutralImpedanceMeasurements | boolean |
None. |
|
| ReportResidualCurrentDevices | boolean |
None. |
|
| ReportResidualCurrentCircuitBreakerDevices | boolean |
None. |
|
| ReportFinalCircuitProtectiveDevices | boolean |
None. |
|
| ReportIsolationResistanceMeasurements | boolean |
None. |
|
| ReportCheckListItems | boolean |
None. |
Request Formats
application/json
Sample:
{
"ElectricalProjectDistributionBoardId": "00000000-0000-0000-0000-000000000000",
"Kind": "MainDistributionBoard",
"IsPVInstallation": true,
"ParentElectricalProjectDistributionBoardId": "00000000-0000-0000-0000-000000000000",
"Order": 1,
"Identifier": "sample string 1",
"FloorNumber": "sample string 2",
"SpaceNumber": "sample string 3",
"InternalRemark": "sample string 4",
"InternalImageRemark": "sample string 5",
"InternalThermalImageRemark": "sample string 6",
"EarthingSystemKind": "TT",
"PowerPhaseKind": "1",
"ElectricalIngressProtectionRatingId": "00000000-0000-0000-0000-000000000000",
"CustomElectricalIngressProtectionRating": "sample string 7",
"ApplicanceProtectionClass": "0",
"MainSwitchNominalCurrent": 1,
"UpstreamProtectiveDeviceKind": "DiazedFuse",
"UpstreamProtectiveDeviceCharacteristic": "sample string 8",
"PowerCircuitBreakerType": "sample string 9",
"PowerCircuitBreakerSetting": "sample string 10",
"PowerCircuitBreakerCurrent": 1.0,
"CurrentL1": 1.0,
"CurrentL2": 1.0,
"CurrentL3": 1.0,
"CurrentNeutral": 1.0,
"VoltageL1": 1.0,
"VoltageL2": 1.0,
"VoltageL3": 1.0,
"VoltageL1Neutral": 1.0,
"VoltageL2Neutral": 1.0,
"VoltageL3Neutral": 1.0,
"VoltageL1Ground": 1.0,
"VoltageL2Ground": 1.0,
"VoltageL3Ground": 1.0,
"VoltageNeutralGround": 1.0,
"PowerPhaseRotation": "Clockwise",
"GroundImpedanceCurrentL1": 1.0,
"GroundImpedanceCurrentL2": 1.0,
"GroundImpedanceCurrentL3": 1.0,
"GroundImpedanceL1": 1.0,
"GroundImpedanceL2": 1.0,
"GroundImpedanceL3": 1.0,
"NeutralImpedanceCurrentL1": 1.0,
"NeutralImpedanceCurrentL2": 1.0,
"NeutralImpedanceCurrentL3": 1.0,
"NeutralImpedanceL1": 1.0,
"NeutralImpedanceL2": 1.0,
"NeutralImpedanceL3": 1.0,
"MeasureImpedanceBetweenPowerPhases": true,
"ImpedanceCurrentL1L2": 1.0,
"ImpedanceCurrentL1L3": 1.0,
"ImpedanceCurrentL2L3": 1.0,
"ImpedanceL1L2": 1.0,
"ImpedanceL1L3": 1.0,
"ImpedanceL2L3": 1.0,
"ReportImages": true,
"ReportThermalImages": true,
"ReportCurrentMeasurements": true,
"ReportVoltageMeasurements": true,
"ReportGroundImpedanceMeasurements": true,
"ReportNeutralImpedanceMeasurements": true,
"ReportResidualCurrentDevices": true,
"ReportResidualCurrentCircuitBreakerDevices": true,
"ReportFinalCircuitProtectiveDevices": true,
"ReportIsolationResistanceMeasurements": true,
"ReportCheckListItems": true
}
Response Information
Resource Description
EditElectricalProjectDistributionBoardCommandResult
EditElectricalProjectDistributionBoardCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | EditElectricalProjectDistributionBoardCommandResultKind |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success"
}