IVR Inspections REST Endpoints
Inspections/IVR Inspections
The IVR (interactive voice response) inspections resource is used to capture all 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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIVRInspections
- Delete an IVR inspection
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorIVRInspections/{InspectionKey}
- Get all IVR inspections
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIVRInspections
- Get an IVR inspection
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIVRInspections/{InspectionKey}
- Update an IVR Inspection
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIVRInspections/{InspectionKey}