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: postPath:
/fscmRestApi/resources/11.13.18.05/scheduleExceptions
- Delete one schedule exception
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/scheduleExceptions/{ExceptionId}
- Get all schedule exceptions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/scheduleExceptions
- Get one schedule exception
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/scheduleExceptions/{ExceptionId}
- Update one schedule exception
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/scheduleExceptions/{ExceptionId}