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

PatchElectricalProjectInspectionConclusion

Request Information

URI Parameters

None.

Body Parameters

The command

PatchElectricalProjectInspectionConclusionCommand
NameDescriptionTypeAdditional information
ElectricalProjectVersionId

universally unique identifier

Required

ClearFields

Collection of PatchElectricalProjectInspectionConclusionCommandClearField

None.

ScopeInspection

PatchElectricalProjectInspectionConclusionCommandScope

None.

IntervalQuestions

PatchElectricalProjectInspectionConclusionCommandIntervalQuestions

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",
  "ClearFields": [
    "SciosInspectionCode",
    "SciosInspectionCode"
  ],
  "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

PatchElectricalProjectInspectionConclusionCommandResult

PatchElectricalProjectInspectionConclusionCommandResult
NameDescriptionTypeAdditional information
Result

PatchElectricalProjectInspectionConclusionCommandResultKind

Required

Response Formats

application/json

Sample:
{
  "Result": "Success"
}