Inspection Calendars REST Endpoints

Inspection Calendars
The Inspection Calendars resource is used to view, create, or modify an inspection calendar. An inspection calendar is used to define the hours and days of the week that inspectors can be assigned for a given inspection type and district.
Create an inspection calendar
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionCalendars
Delete an inspection calendar
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionCalendars/{publicSectorInspectionCalendarsUniqID}
Get all inspection calendars
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionCalendars
Get an inspection calendar
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionCalendars/{publicSectorInspectionCalendarsUniqID}
Update an inspection calendar
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionCalendars/{publicSectorInspectionCalendarsUniqID}