Work Order Statuses REST Endpoints

Manufacturing/Work Order Statuses
Information about the current state of a work order.
Create statuses
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workOrderStatuses
Delete one status
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workOrderStatuses/{WoStatusId}
Get all statuses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workOrderStatuses
Get one status
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workOrderStatuses/{WoStatusId}
Update one status
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workOrderStatuses/{WoStatusId}