Quality Issues REST Endpoints
Product Lifecycle Management/Quality Issues
The operations from the Product Lifecycle Management/Quality Issues category.
- Create an issue
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/qualityIssues - Delete an issue
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/qualityIssues/{IssueId} - Get all issues
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityIssues - Get one issue
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityIssues/{IssueId} - Update an issue
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/qualityIssues/{IssueId}