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: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTeam/{correctiveActionTeamUniqID}
Get multiple members from the team tab of a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTeam
Get one row from the team tab of a corrective action
Method: get
Path: /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: post
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTeam
Update a row on the team tab of a corrective action
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTeam/{correctiveActionTeamUniqID}