Calendar Events REST Endpoints
Supply Chain Planning/Production Scheduling Plans/Calendar Events
The Calendar Events resource manages the specific events on a calendar that indicates what time a resource is available.
- Create calendar events
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendarEvents - Delete a calendar event
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendarEvents/{calendarEventsUniqID} - Get all calendar events
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendarEvents - Get one calendar event
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendarEvents/{calendarEventsUniqID} - Update a calendar event
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendarEvents/{calendarEventsUniqID}