Attachments REST Endpoints

Invoices/Attachments
The attachments resource for a payables invoice is used to manage attachments that the user has attached to the invoice header.
Create an attachment for an invoice
Method: post
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/attachments
Delete an attachment for an invoice
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/attachments/{attachmentsUniqID}
Get all attachments for an invoice
Method: get
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/attachments
Get an attachment for an invoice
Method: get
Path: /fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/attachments/{attachmentsUniqID}