PATCH api/v2/electrical/projects/inspections/conclusions/reports/patch

PatchElectricalProjectInspectionConclusionReport

Request Information

URI Parameters

None.

Body Parameters

The command

PatchElectricalProjectInspectionConclusionReportCommand
NameDescriptionTypeAdditional information
ElectricalProjectVersionId

universally unique identifier

Required

InspectionKind

ElectricalInspectionKind

Required

ClearFields

Collection of PatchElectricalProjectInspectionConclusionReportCommandClearField

None.

NextInspectionInYearCount

integer (32 bits)

Range: inclusive between 0 and 15

IntervalDeterminedByKind

ElectricalInspectionIntervalDeterminedByKind

None.

SciosInspectionCode

string

Max length: 20

IncludeRepairStatement

boolean

None.

IsPerformedAccordingToInspectionPlan

boolean

None.

IsFinalVerdictPassed

boolean

None.

Request Formats

application/json

Sample:
{
  "ElectricalProjectVersionId": "00000000-0000-0000-0000-000000000000",
  "InspectionKind": "None",
  "ClearFields": [
    "NextInspectionInYearCount",
    "NextInspectionInYearCount"
  ],
  "NextInspectionInYearCount": 1,
  "IntervalDeterminedByKind": "InsuranceCompany",
  "SciosInspectionCode": "sample string 1",
  "IncludeRepairStatement": true,
  "IsPerformedAccordingToInspectionPlan": true,
  "IsFinalVerdictPassed": true
}

Response Information

Resource Description

PatchElectricalProjectInspectionConclusionReportCommandResult

PatchElectricalProjectInspectionConclusionReportCommandResult

None.

Response Formats

application/json

Sample:
{}