Corrective Action Tasks REST Endpoints

Product Lifecycle Management/Quality Corrective and Preventive Actions/Corrective Action Tasks
The Tasks resource manages the tasks related to the Quality Corrective and Preventive Actions.
Create multiple tasks on a corrective action
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTasks
Delete one task of a corrective action
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTasks/{correctiveActionTasksUniqID}
Get multiple tasks associated to a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTasks
Get one task of a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTasks/{correctiveActionTasksUniqID}
Update one task of a corrective action
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTasks/{correctiveActionTasksUniqID}