Quality Actions REST Endpoints

Product Lifecycle Management/Quality Actions
The Quality Actions resource manages quality issues that occur. It allows you to take preventative or corrective actions.
Create one action
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityActions
Delete one action
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}
Get all actions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityActions
Get one action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}
Update one action
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}