- Subcategories:
- Resource Availability Overrides
Work Center Resource Exceptions REST Endpoints
SCM Common/Work Center Resource Exceptions
The Work Center Resource Exceptions resource defines changes to the availability of one or more work center resources assigned to a manufacturing or maintenance plant.
- Create one work center resource exception
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workCenterResourceExceptions
- Delete a work center resource exception
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/workCenterResourceExceptions/{WorkCenterResourceExceptionId}
- Generate the calendar data to display for a single work center resource in the Work Center Resource Calendar task.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workCenterResourceExceptions/action/generateWorkCenterResourceCalendarData
- Get all work center resource exceptions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workCenterResourceExceptions
- Get one work center resource exception
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workCenterResourceExceptions/{WorkCenterResourceExceptionId}
- Update a work center resource exception
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/workCenterResourceExceptions/{WorkCenterResourceExceptionId}