PUT api/v2/electrical/projects/objects/lvbag/create
CreateElectricalProjectLvbagObject
Request Information
URI Parameters
None.
Body Parameters
The command
CreateElectricalProjectLvbagObjectCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectVersionId | universally unique identifier |
Required |
|
| ObjectKind | BAGObjectKind |
Required |
|
| BAGBuildingIdentifier | string |
Required |
|
| BAGAddressIdentifier | string |
None. |
Request Formats
application/json
Sample:
{
"ElectricalProjectVersionId": "00000000-0000-0000-0000-000000000000",
"ObjectKind": "Address",
"BAGBuildingIdentifier": "sample string 1",
"BAGAddressIdentifier": "sample string 2"
}
Response Information
Resource Description
CreateElectricalProjectLvbagObjectCommandResult
CreateElectricalProjectLvbagObjectCommandResultNone.
Response Formats
application/json
Sample:
{}