Attachments REST Endpoints

Work Confirmations/Attachments
The Attachments resource manages attachments for a work confirmation.
Create an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/attachments
Delete an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/attachments/{attachmentsUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/attachments
Get one attachment not supported
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/attachments/{attachmentsUniqID}
Update an attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/attachments/{attachmentsUniqID}