- Subcategories:
- Flexfields for Work Centers
- Production Calendars
- Subinventories for Work Centers
- Work Center Resources
Work Centers REST Endpoints
Manufacturing/Work Centers
The Work Centers resource manages work centers that the work area contains. A work center is a production unit that consists of people or equipment who possess similar capabilities. Each work center is part of a work area. You can use it to plan capacity requirements and to schedule detailed work.
- Create work centers
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workCenters - Delete one work center
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId} - Get all work centers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workCenters - Get one work center
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId} - Get resource shift units of the work center
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workCenters/action/viewResourceAvailabilityForCalendar - Update one work center
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}