Schedule Exceptions REST Endpoints

SCM Common/Schedule Exceptions
The Schedule Exceptions resource defines a global change to the working time that you assign to one or more schedules. For example, a holiday. When assigned to a schedule, the exception updates the working time for any business objects using the associated schedule.
Create schedule exceptions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/scheduleExceptions
Delete one schedule exception
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/scheduleExceptions/{ExceptionId}
Get all schedule exceptions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/scheduleExceptions
Get one schedule exception
Method: get
Path: /fscmRestApi/resources/11.13.18.05/scheduleExceptions/{ExceptionId}
Update one schedule exception
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/scheduleExceptions/{ExceptionId}