GET api/v2/electrical/projects/distributionboards/edit?ElectricalProjectDistributionBoardId={ElectricalProjectDistributionBoardId}

EditElectricalProjectDistributionBoard

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ElectricalProjectDistributionBoardId

universally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

EditElectricalProjectDistributionBoardQueryResult

EditElectricalProjectDistributionBoardQueryResult
NameDescriptionTypeAdditional information
DistributionBoard

EditElectricalProjectDistributionBoardQueryResultBoard

None.

Response Formats

application/json

Sample:
{
  "DistributionBoard": {
    "ElectricalProjectDistributionBoardId": "00000000-0000-0000-0000-000000000000",
    "ElectricalProjectVersionId": "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",
    "EarthingSystemKind": "TT",
    "PowerPhaseKind": "1",
    "ElectricalIngressProtectionRatingId": "00000000-0000-0000-0000-000000000000",
    "CustomElectricalIngressProtectionRating": "sample string 4",
    "ApplicanceProtectionClass": "0",
    "MainSwitchNominalCurrent": 1,
    "IsMainSwitchNominalCurrentCustom": true,
    "UpstreamProtectiveDeviceKind": "DiazedFuse",
    "UpstreamProtectiveDeviceCharacteristic": "sample string 5",
    "IsUpstreamProtectiveDeviceCharacteristicCustom": true,
    "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,
    "EnableMeasureImpedanceBetweenPowerPhases": true,
    "MeasureImpedanceBetweenPowerPhases": true,
    "ImpedanceCurrentL1L2": 1.0,
    "ImpedanceCurrentL1L3": 1.0,
    "ImpedanceCurrentL2L3": 1.0,
    "ImpedanceL1L2": 1.0,
    "ImpedanceL1L3": 1.0,
    "ImpedanceL2L3": 1.0,
    "LastUpdateDate": "2025-04-16T15:42:31.506+00:00",
    "IsDeleted": true
  }
}