Accounting
Retrieves a specific attachment from a specific credit note using a unique attachment Id
get/CreditNotes/{CreditNoteID}/Attachments/{AttachmentID}
Path parameters
CreditNoteIDstring uuid required
Unique identifier for a Credit Note
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 Credit Note as binary data