PUT api/v2/electrical/projects/inspections/conclusions/reports/edit

EditElectricalProjectInspectionConclusionReport

Request Information

URI Parameters

None.

Body Parameters

The command

EditElectricalProjectInspectionConclusionReportCommand
NameDescriptionTypeAdditional information
ElectricalProjectVersionId

universally unique identifier

Required

InspectionKind

ElectricalInspectionKind

Required

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",
  "NextInspectionInYearCount": 1,
  "IntervalDeterminedByKind": "InsuranceCompany",
  "SciosInspectionCode": "sample string 1",
  "IncludeRepairStatement": true,
  "IsPerformedAccordingToInspectionPlan": true,
  "IsFinalVerdictPassed": true
}

Response Information

Resource Description

EditElectricalProjectInspectionConclusionReportCommandResult

EditElectricalProjectInspectionConclusionReportCommandResult

None.

Response Formats

application/json

Sample:
{}