Problem Report Participants REST Endpoints

Product Lifecycle Management/Quality Problem Reports/Problem Report Participants
The Problem Report Participants resource manages the participants assigned to the Quality Problem Reports status.
Create or add multiple participants to the problem report
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportParticipants
Delete a participant from the problem report
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportParticipants/{problemReportParticipantsUniqID}
Get multiple participants of the problem report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportParticipants
Get one participant of the problem report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportParticipants/{problemReportParticipantsUniqID}