PATCH api/v2/electrical/projects/observations/reports/patch

PatchElectricalProjectObservationReport

Request Information

URI Parameters

None.

Body Parameters

The command

PatchElectricalProjectObservationReportCommand
NameDescriptionTypeAdditional information
ElectricalProjectObservationId

universally unique identifier

Required

InspectionKind

ElectricalInspectionKind

Required

ClearFields

Collection of PatchElectricalProjectObservationReportCommandClearField

None.

Enabled

boolean

None.

RemarkKind

ElectricalProjectObservationReportTextKind

None.

Remark

string

Max length: 1000

RecommendationKind

ElectricalProjectObservationReportTextKind

None.

Recommendation

string

Max length: 1000

ElectricalObservationClassificationGroupId

universally unique identifier

None.

ElectricalObservationClassificationCodeId

universally unique identifier

None.

CodeKind

ElectricalObservationClassificationCodeKind

None.

Request Formats

application/json

Sample:
{
  "ElectricalProjectObservationId": "00000000-0000-0000-0000-000000000000",
  "InspectionKind": "None",
  "ClearFields": [
    "Remark",
    "Remark"
  ],
  "Enabled": true,
  "RemarkKind": "None",
  "Remark": "sample string 1",
  "RecommendationKind": "None",
  "Recommendation": "sample string 2",
  "ElectricalObservationClassificationGroupId": "00000000-0000-0000-0000-000000000000",
  "ElectricalObservationClassificationCodeId": "00000000-0000-0000-0000-000000000000",
  "CodeKind": "Severe"
}

Response Information

Resource Description

PatchElectricalProjectObservationReportCommandResult

PatchElectricalProjectObservationReportCommandResult

None.

Response Formats

application/json

Sample:
{}