Attachments REST Endpoints

Order Management/Channel Customer Manual Adjustments/Attachments
Users can attach documents pertaining to the adjustment. This can be used for audit purposes.
Create an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}/child/attachments
Delete an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}/child/attachments/{attachmentsUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}/child/attachments
Get an attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}/child/attachments/{attachmentsUniqID}
Update an attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}/child/attachments/{attachmentsUniqID}