Permit Inspections REST Endpoints

Permit Inspections
The inspections resource is used to capture all permit inspections and display the inspection information to the user, including inspection type, inspection ID, scheduling time, the user who created the inspection, and so on.
Create an inspection
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspections
Get all inspections
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspections
Get an inspection
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspections/{InspectionId}
Update an inspection
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspections/{InspectionId}