Corrective Action Participants REST Endpoints

Product Lifecycle Management/Quality Corrective and Preventive Actions/Corrective Action Participants
The Participants resource manages the participants assigned to the Quality Corrective and Preventive Actions status.
Create or add multiple participants to a corrective action
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionParticipants
Delete or remove a participant from a corrective action
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionParticipants/{correctiveActionParticipantsUniqID}
Get multiple participants of a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionParticipants
Get one participant of a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionParticipants/{correctiveActionParticipantsUniqID}