- Subcategories:
- Holiday Calendar Events
Holiday Calendars REST Endpoints
Common Setup/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHolidayCalendars - Delete a holiday calendar
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorHolidayCalendars/{publicSectorHolidayCalendarsUniqID} - Get a holiday calendar
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHolidayCalendars/{publicSectorHolidayCalendarsUniqID} - Get all holiday calendars
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHolidayCalendars - Update a holiday calendar
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHolidayCalendars/{publicSectorHolidayCalendarsUniqID}