Holiday Calendar Events REST Endpoints
Common Setup/Holiday Calendar Events
The holiday calendar events resource is used to view, create, or modify holiday calendar events.
- Create a set of holiday calendar events
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHolidCalEvents
- Delete a holiday calendar event
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorHolidCalEvents/{publicSectorHolidCalEventsUniqID}
- Get a holiday calendar event
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHolidCalEvents/{publicSectorHolidCalEventsUniqID}
- Get a set of holiday calendar events
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHolidCalEvents
- Update a holiday calendar event
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHolidCalEvents/{publicSectorHolidCalEventsUniqID}