PATCH api/v2/electrical/projects/measurementdevices/patch

PatchElectricalProjectMeasurementDevice

Request Information

URI Parameters

None.

Body Parameters

The command

PatchElectricalProjectMeasurementDeviceCommand
NameDescriptionTypeAdditional information
ElectricalProjectMeasurementDeviceId

universally unique identifier

Required

AddInspectionKind

ElectricalInspectionKind

None.

RemoveInspectionKind

ElectricalInspectionKind

None.

Request Formats

application/json

Sample:
{
  "ElectricalProjectMeasurementDeviceId": "00000000-0000-0000-0000-000000000000",
  "AddInspectionKind": "None",
  "RemoveInspectionKind": "None"
}

Response Information

Resource Description

PatchElectricalProjectMeasurementDeviceCommandResult

PatchElectricalProjectMeasurementDeviceCommandResult

None.

Response Formats

application/json

Sample:
{}