Production Calendar Shift Exceptions REST Endpoints

SCM Common/Production Calendar Shift Exceptions
The Production Calendar Shift Exceptions resource gets the planned exceptions to the production calendar for a manufacturing or maintenance plant.
Create one production calendar shift exception
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions
Delete a production calendar shift exception
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions/{PlantShiftExceptionId}
Generate the calendar data to display for the plant or a single work center enabled for override schedules in the Production Calendar task.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions/action/generateProductionCalendarData
Get all production calendar shift exceptions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions
Get one production calendar shift exception
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions/{PlantShiftExceptionId}
Update a production calendar shift exception
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions/{PlantShiftExceptionId}