Accounting
Retrieves an attachment from a specific invoice or purchase bill by filename
get/Invoices/{InvoiceID}/Attachments/{FileName}
Path parameters
InvoiceIDstring uuid required
Unique identifier for an Invoice
FileNamestring required
Name of the attachment
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