Inspections with Related Inspections REST Endpoints

Inspections with Related Inspections
The inspections with related inspections resource is used to capture the main inspections that are associated with other inspection transactions, and display the inspection ID, related inspection ID, and information about the user. A related inspection might be a reinspection after the main inspection.
Create a related inspection for a main inspection
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRelatedInspections
Delete a related inspection
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRelatedInspections/{publicSectorRelatedInspectionsUniqID}
Get a main inspection and its related inspection
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRelatedInspections/{publicSectorRelatedInspectionsUniqID}
Get all main inspections and their related inspections
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRelatedInspections
Update a related inspection
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRelatedInspections/{publicSectorRelatedInspectionsUniqID}