Corrective Action Teams REST Endpoints
Product Lifecycle Management/Quality Corrective and Preventive Actions/Corrective Action Teams
The Team resource manages the team related to the Quality Corrective and Preventive Actions.
- Delete one row from team the tab of a corrective action
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTeam/{correctiveActionTeamUniqID}
- Get multiple members from the team tab of a corrective action
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTeam
- Get one row from the team tab of a corrective action
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTeam/{correctiveActionTeamUniqID}
- Populate multiple rows on the team tab of the Quality Corrective And Preventive Actions resource.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTeam
- Update a row on the team tab of a corrective action
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTeam/{correctiveActionTeamUniqID}