- Subcategories:
- Resource Shifts
- Shifts
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: postPath:
/fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars - Delete one calendar
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId} - Get all calendars
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars - Get one calendar
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId} - Update one calendar
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId}