Resource Availability Overrides REST Endpoints

SCM Common/Production Calendar Shift Exceptions/Resource Availability Overrides
The Resource Availability Overrides resource gets the individual overrides to the availability of a work center resource assigned to the shift. It provides an optional ability to assign changes to resource availability specific to the shift exception time period.
Create one resource availability override
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions/{PlantShiftExceptionId}/child/resourceAvailabilityOverrides
Delete a resource availability override
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions/{PlantShiftExceptionId}/child/resourceAvailabilityOverrides/{resourceAvailabilityOverridesUniqID}
Get all resource availability overrides
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions/{PlantShiftExceptionId}/child/resourceAvailabilityOverrides
Get one resource availability override
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions/{PlantShiftExceptionId}/child/resourceAvailabilityOverrides/{resourceAvailabilityOverridesUniqID}
Update a resource availability override
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionCalendarShiftExceptions/{PlantShiftExceptionId}/child/resourceAvailabilityOverrides/{resourceAvailabilityOverridesUniqID}