Production Calendars REST Endpoints

Manufacturing/Work Centers/Production Calendars
The Production Calendars of the work center are date effective override calendars for a manufacturing work center.
Create calendars
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars
Delete one calendar
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId}
Get all calendars
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars
Get one calendar
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId}
Update one calendar
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId}