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

EditElectricalProjectInspectionConclusion

Request Information

URI Parameters

None.

Body Parameters

The command

EditElectricalProjectInspectionConclusionCommand
NameDescriptionTypeAdditional information
ElectricalProjectVersionId

universally unique identifier

Required

ScopeInspection

EditElectricalProjectInspectionConclusionCommandScope

None.

IntervalQuestions

EditElectricalProjectInspectionConclusionCommandIntervalQuestions

None.

NextInspectionInYearCount

integer (32 bits)

Range: inclusive between 0 and 15

Scope10InspectionIntervalTableCellId

integer (32 bits)

None.

IntervalDeterminedByKind

ElectricalInspectionIntervalDeterminedByKind

None.

IncludeRepairStatement

boolean

None.

IsPerformedAccordingToInspectionPlan

boolean

None.

IsFinalVerdictPassed

boolean

None.

Request Formats

application/json

Sample:
{
  "ElectricalProjectVersionId": "00000000-0000-0000-0000-000000000000",
  "ScopeInspection": {
    "SciosInspectionCode": "sample string 1"
  },
  "IntervalQuestions": {
    "DetermineInspectionIntervalAge": "Age1",
    "DetermineInspectionIntervalQuality": "Age1",
    "DetermineInspectionIntervalEnvironment": "Age1",
    "DetermineInspectionIntervalUsers": "Age1",
    "DetermineInspectionIntervalSupervision": "Age1"
  },
  "NextInspectionInYearCount": 1,
  "Scope10InspectionIntervalTableCellId": 1,
  "IntervalDeterminedByKind": "InsuranceCompany",
  "IncludeRepairStatement": true,
  "IsPerformedAccordingToInspectionPlan": true,
  "IsFinalVerdictPassed": true
}

Response Information

Resource Description

EditElectricalProjectInspectionConclusionCommandResult

EditElectricalProjectInspectionConclusionCommandResult
NameDescriptionTypeAdditional information
Result

EditElectricalProjectInspectionConclusionCommandResultKind

Required

Response Formats

application/json

Sample:
{
  "Result": "Success"
}