Accounting

Retrieves a specific attachment from a specific invoices or purchase bills by using a unique attachment Id

get/Invoices/{InvoiceID}/Attachments/{AttachmentID}

Path parameters

InvoiceIDstring uuid required

Unique identifier for an Invoice

AttachmentIDstring uuid required

Unique identifier for Attachment object

Headers

contentTypestring required

The mime type of the attachment file you are retrieving i.e image/jpg, application/pdf

Response

Success - return response of attachment for Invoice as binary data

Changes

No recorded changes to this endpoint across all 58 revisions of this API.