- Subcategories:
- Change Line Descriptive Flexfields
Problem Report Affected Objects REST Endpoints
Product Lifecycle Management/Quality Problem Reports/Problem Report Affected Objects
The Affected Items for the Problem Report resource gets the affected items for the Quality Problem Reports.
- Create or add multiple affected objects to the problem report
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportAffectedObject
- Delete one row from the affected object tab of the problem report.
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportAffectedObject/{problemReportAffectedObjectUniqID}
- Get multiple rows from change lines of the problem report
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportAffectedObject
- Get one affected items of the problem report
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportAffectedObject/{problemReportAffectedObjectUniqID}