Accounting

Retrieves a specific attachment on a specific credit note by file name

get/CreditNotes/{CreditNoteID}/Attachments/{FileName}

Path parameters

CreditNoteIDstring uuid required

Unique identifier for a Credit Note

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 Credit Note as binary data

Changes