IVR Inspections REST Endpoints

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