Permits Related Inspections REST Endpoints

Permit Inspections/Permits Related Inspections
The permits related inspections resource is used to capture the main inspections associated with other inspection transactions, and display the inspection ID, related inspection ID information to the user.
Create a related inspection
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspections/{InspectionId}/child/InsuranceRelatedInspectionView
Delete a related inspection
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspections/{InspectionId}/child/InsuranceRelatedInspectionView/{InsuranceRelatedInspectionViewUniqID}
Get a related inspection
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspections/{InspectionId}/child/InsuranceRelatedInspectionView/{InsuranceRelatedInspectionViewUniqID}
Get all related inspections
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspections/{InspectionId}/child/InsuranceRelatedInspectionView
Update a related inspection
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspections/{InspectionId}/child/InsuranceRelatedInspectionView/{InsuranceRelatedInspectionViewUniqID}