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: postPath:
/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionParticipants
- Delete or remove a participant from a corrective action
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionParticipants/{correctiveActionParticipantsUniqID}
- Get multiple participants of a corrective action
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionParticipants
- Get one participant of a corrective action
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionParticipants/{correctiveActionParticipantsUniqID}