Calendars REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Calendars
The Calendars resource manages the calendars that are part of the schedule to establish availability.
Create calendars
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars
Delete a calendar
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars/{calendarsUniqID}
Get all calendars
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars
Get one calendar
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars/{calendarsUniqID}
Request changing a single calendar event
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars/{calendarsUniqID}/action/applyCalendarPattern
Update a calendar
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars/{calendarsUniqID}