Corrective Action Attachments REST Endpoints

Product Lifecycle Management/Quality Corrective and Preventive Actions/Corrective Action Attachments
The Corrective Action Attachments resource manages the corrective-action attachment objects.
Add multiple attachments to a corrective action
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionAttachments
Get all attachments of a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionAttachments
Get one attachment of a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionAttachments/{correctiveActionAttachmentsUniqID}
Remove an attachment of a corrective action
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionAttachments/{correctiveActionAttachmentsUniqID}
Update an attachment of a corrective action
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionAttachments/{correctiveActionAttachmentsUniqID}