Problem Report Tasks REST Endpoints
Product Lifecycle Management/Quality Problem Reports/Problem Report Tasks
The Problem Report Tasks resource manages the tasks related to the Quality Problem Reports.
- Create multiple tasks in the problem report
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTasks
- Delete one task from the problem report
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTasks/{problemReportTasksUniqID}
- Get multiple tasks associated with the problem report
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTasks
- Get one task from the problem report
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTasks/{problemReportTasksUniqID}
- Update one task of the problem report
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTasks/{problemReportTasksUniqID}