Problem Report Team REST Endpoints

Product Lifecycle Management/Quality Problem Reports/Problem Report Team
Get one team quality problem reports
Delete one row from the team tab of the problem report
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTeam/{problemReportTeamUniqID}
Get multiple members from the team tab of the problem report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTeam
Get one row from the team tab of the problem report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTeam/{problemReportTeamUniqID}
Populate multiple rows on the team tab of the problem report
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTeam
Update a row on the team tab of the problem report
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportTeam/{problemReportTeamUniqID}