Allows you to retrieve Attachments for credit notes

GET {{baseUrl}}/CreditNotes/:CreditNoteID/Attachments

HEADERS

KeyDatatypeRequiredDescription
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{"Id":"2bb15054-3868-4f85-a9c6-0402ec8c1201","Status":"OK","ProviderName":"Provider Name Example","DateTimeUTC":"/Date(1551822670731)/","Attachments":[{"AttachmentID":"b7eb1fc9-a0f9-4e8e-9373-6689f5350832","FileName":"HelloWorld.png","Url":"https://api.xero.com/api.xro/2.0/CreditNotes/249f15fa-f2a7-4acc-8769-0984103f2225/Attachments/HelloWorld.png","MimeType":"image/png","ContentLength":76091}]}