Corrective Action Affected Objects REST Endpoints

Product Lifecycle Management/Quality Corrective and Preventive Actions/Corrective Action Affected Objects
The Affected Items for Change Requests resource gets the affected items for Quality Corrective and Preventive Actions.
Create multiple rows or add multiple affected items to a corrective action
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionAffectedObject
Delete one row from the change lines of a corrective action
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionAffectedObject/{correctiveActionAffectedObjectUniqID}
Get multiple rows from the change line of a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionAffectedObject
Get one row from the change line of a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionAffectedObject/{correctiveActionAffectedObjectUniqID}