Schedule Exception Associations REST Endpoints

SCM Common/Schedules/Schedule Exception Associations
The Schedule Exception Associations resource is used to assign one or more schedule exceptions to the schedule.
Create schedule exceptions assigned to a schedule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}/child/scheduleExceptionAssociations
Delete one schedule exception assigned to a schedule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}/child/scheduleExceptionAssociations/{ScheduleExceptionAssociationId}
Get all schedule exceptions assigned to a schedule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}/child/scheduleExceptionAssociations
Get one schedule exception assigned to a schedule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}/child/scheduleExceptionAssociations/{ScheduleExceptionAssociationId}
Update one schedule exception assigned to a schedule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}/child/scheduleExceptionAssociations/{ScheduleExceptionAssociationId}