Holiday Calendar Events REST Endpoints

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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHolidCalEvents
Delete a holiday calendar event
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHolidCalEvents/{publicSectorHolidCalEventsUniqID}
Get a holiday calendar event
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHolidCalEvents/{publicSectorHolidCalEventsUniqID}
Get a set of holiday calendar events
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHolidCalEvents
Update a holiday calendar event
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorHolidCalEvents/{publicSectorHolidCalEventsUniqID}