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: postPath:/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTasks
- Delete one task of a corrective action
- Method: deletePath:/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTasks/{correctiveActionTasksUniqID}
- Get multiple tasks associated to a corrective action
- Method: getPath:/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTasks
- Get one task of a corrective action
- Method: getPath:/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTasks/{correctiveActionTasksUniqID}
- Update one task of a corrective action
- Method: patchPath:/fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionTasks/{correctiveActionTasksUniqID}