Project Contract Invoices Attachments REST Endpoints

Project Contract Invoices/Project Contract Invoices Attachments
The attachments resource is used to view, create, update and delete attachments for project contract invoices.
Create an attachment for a project contract invoice
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectContractInvoices/{InvoiceId}/child/Attachments
Delete an attachment for a project contract invoice
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectContractInvoices/{InvoiceId}/child/Attachments/{AttachmentsUniqID}
Get all attachments for a project contract invoice
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectContractInvoices/{InvoiceId}/child/Attachments
Get an attachment for a project contract invoice
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectContractInvoices/{InvoiceId}/child/Attachments/{AttachmentsUniqID}
Update an attachment for a project contract invoice
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectContractInvoices/{InvoiceId}/child/Attachments/{AttachmentsUniqID}