GET api/v2/electrical/projects/inspections/conclusions/edit?ElectricalProjectVersionId={ElectricalProjectVersionId}
EditElectricalProjectInspectionConclusion
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectVersionId | universally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
EditElectricalProjectInspectionConclusionQueryResult
EditElectricalProjectInspectionConclusionQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Inspection | EditElectricalProjectInspectionConclusionQueryResultInspection |
None. |
Response Formats
application/json
Sample:
{
"Inspection": {
"ElectricalProjectVersionId": "00000000-0000-0000-0000-000000000000",
"ScopeInspection": {
"Enabled": true,
"SciosInspectionCode": "sample string 1"
},
"IntervalQuestions": {
"Enabled": true,
"DetermineInspectionIntervalAgeList": [
{
"Kind": "Age1",
"Weight": 1,
"Descriptions": [
"sample string 1",
"sample string 2"
]
},
{
"Kind": "Age1",
"Weight": 1,
"Descriptions": [
"sample string 1",
"sample string 2"
]
}
],
"DetermineInspectionIntervalAge": "Age1",
"DetermineInspectionIntervalQualityList": [
{
"Kind": "Age1",
"Weight": 1,
"Descriptions": [
"sample string 1",
"sample string 2"
]
},
{
"Kind": "Age1",
"Weight": 1,
"Descriptions": [
"sample string 1",
"sample string 2"
]
}
],
"DetermineInspectionIntervalQuality": "Age1",
"DetermineInspectionIntervalEnvironmentList": [
{
"Kind": "Age1",
"Weight": 1,
"Descriptions": [
"sample string 1",
"sample string 2"
]
},
{
"Kind": "Age1",
"Weight": 1,
"Descriptions": [
"sample string 1",
"sample string 2"
]
}
],
"DetermineInspectionIntervalEnvironment": "Age1",
"DetermineInspectionIntervalUsersList": [
{
"Kind": "Age1",
"Weight": 1,
"Descriptions": [
"sample string 1",
"sample string 2"
]
},
{
"Kind": "Age1",
"Weight": 1,
"Descriptions": [
"sample string 1",
"sample string 2"
]
}
],
"DetermineInspectionIntervalUsers": "Age1",
"DetermineInspectionIntervalSupervisionList": [
{
"Kind": "Age1",
"Weight": 1,
"Descriptions": [
"sample string 1",
"sample string 2"
]
},
{
"Kind": "Age1",
"Weight": 1,
"Descriptions": [
"sample string 1",
"sample string 2"
]
}
],
"DetermineInspectionIntervalSupervision": "Age1",
"DetermineInspectionIntervalFactorTotal": 1
},
"Scope10Inspection": {
"Enabled": true,
"Table": {
"Rows": [
{
"RowNumber": 1,
"Cells": [
{
"CellId": 1,
"RowSpan": 1,
"ColSpan": 1,
"Selectable": true,
"Selected": true,
"Bold": true,
"Text": "sample string 2",
"Value": 1,
"HorizontalAlignment": "Left",
"VerticalAlignment": "Top"
},
{
"CellId": 1,
"RowSpan": 1,
"ColSpan": 1,
"Selectable": true,
"Selected": true,
"Bold": true,
"Text": "sample string 2",
"Value": 1,
"HorizontalAlignment": "Left",
"VerticalAlignment": "Top"
}
]
},
{
"RowNumber": 1,
"Cells": [
{
"CellId": 1,
"RowSpan": 1,
"ColSpan": 1,
"Selectable": true,
"Selected": true,
"Bold": true,
"Text": "sample string 2",
"Value": 1,
"HorizontalAlignment": "Left",
"VerticalAlignment": "Top"
},
{
"CellId": 1,
"RowSpan": 1,
"ColSpan": 1,
"Selectable": true,
"Selected": true,
"Bold": true,
"Text": "sample string 2",
"Value": 1,
"HorizontalAlignment": "Left",
"VerticalAlignment": "Top"
}
]
}
]
},
"Scope10InspectionIntervalTableCellId": 1,
"Scope10InspectionIntervalTableCellValue": 1
},
"NextInspectionInYearCount": 1,
"IntervalDeterminedByKind": "InsuranceCompany",
"IncludeRepairStatement": true,
"IsPerformedAccordingToInspectionPlan": true,
"IsFinalVerdictPassed": true,
"Reports": [
{
"InspectionKind": "None",
"NextInspectionInYearCount": 1,
"IntervalDeterminedByKind": "InsuranceCompany",
"SciosInspectionCode": "sample string 1",
"IncludeRepairStatement": true,
"IsPerformedAccordingToInspectionPlan": true,
"IsFinalVerdictPassed": true
},
{
"InspectionKind": "None",
"NextInspectionInYearCount": 1,
"IntervalDeterminedByKind": "InsuranceCompany",
"SciosInspectionCode": "sample string 1",
"IncludeRepairStatement": true,
"IsPerformedAccordingToInspectionPlan": true,
"IsFinalVerdictPassed": true
}
]
}
}