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: post
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTasks
Delete one task from the problem report
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTasks/{problemReportTasksUniqID}
Get multiple tasks associated with the problem report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTasks
Get one task from the problem report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTasks/{problemReportTasksUniqID}
Update one task of the problem report
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTasks/{problemReportTasksUniqID}