Holiday Calendars REST Endpoints

Holiday Calendars
The holiday calendars resource is used to view, create, or modify a holiday calendar. A holiday calendar is used to establish the days that agency offices are closed and no field service operations are offered.
Create a holiday calendar
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHolidayCalendars
Delete a holiday calendar
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHolidayCalendars/{publicSectorHolidayCalendarsUniqID}
Get a holiday calendar
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHolidayCalendars/{publicSectorHolidayCalendarsUniqID}
Get all holiday calendars
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHolidayCalendars
Update a holiday calendar
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHolidayCalendars/{publicSectorHolidayCalendarsUniqID}