Accounting
Retrieves attachments for a specific credit notes
get/CreditNotes/{CreditNoteID}/Attachments
Path parameters
CreditNoteIDstring uuid required
Unique identifier for a Credit Note
Response
Success - return response of type Attachments array with all Attachment for specific Credit Note
Example response
{
"Attachments": [
{
"AttachmentID": "00000000-0000-0000-0000-000000000000",
"FileName": "xero-dev.jpg",
"Url": "https://api.xero.com/api.xro/2.0/Accounts/da962997-a8bd-4dff-9616-01cdc199283f/Attachments/sample5.jpg",
"MimeType": "image/jpg"
}
]
}