Availability Levels REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Resources/Availability Levels
The level of resource units available for the work center resource. This can occur if you have varying resource unit levels by shift such as 10 in the day shift and 8 in the night shift or during holidays where 0 resource units are available.
Create resource availability levels
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources/{resourcesUniqID}/child/availabilityLevels
Delete resource availability levels
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources/{resourcesUniqID}/child/availabilityLevels/{availabilityLevelsUniqID}
Get all resource availability levels
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources/{resourcesUniqID}/child/availabilityLevels
Get one resource availability level
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources/{resourcesUniqID}/child/availabilityLevels/{availabilityLevelsUniqID}
Update resource availability levels
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources/{resourcesUniqID}/child/availabilityLevels/{availabilityLevelsUniqID}