Work Areas REST Endpoints

Manufacturing/Work Areas
The Work Areas resource manages the names of the work areas that a manufacturing plant contains. A work area is a physical area in a manufacturing plant where the plant performs production.
Create work areas
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workAreas
Delete one work area
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workAreas/{WorkAreaId}
Get all work areas
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workAreas
Get one work area
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workAreas/{WorkAreaId}
Update one work area
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workAreas/{WorkAreaId}