Quality Actions REST Endpoints
Product Lifecycle Management/Quality Actions
The operations from the Product Lifecycle Management/Quality Actions category.
- Create one action
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/qualityActions - Delete one action
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId} - Get all actions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityActions - Get one action
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId} - Update one action
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}