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: post
Path: /fscmRestApi/resources/11.13.18.05/workCenters
Delete one work center
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}
Get all work centers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workCenters
Get one work center
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}
Update one work center
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}