Allows you to retrieve Attachment for manual journals
GET {{baseUrl}}/ManualJournals/:ManualJournalID/Attachments
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
xero-tenant-id | string | (Required) Xero identifier for Tenant |
RESPONSES
status: OK
{"Id":"5fa4b3ef-7945-45a7-9bab-10e830673dfb","Status":"OK","ProviderName":"Provider Name Example","DateTimeUTC":"/Date(1552404121471)/","Attachments":[{"AttachmentID":"16e86f32-3e25-4209-8662-c0dfd91b654c","FileName":"HelloWorld.jpg","Url":"https://api.xero.com/api.xro/2.0/ManualJournals/0b159335-606b-485f-b51b-97b3b32bad32/Attachments/HelloWorld.jpg","MimeType":"image/jpg","ContentLength":2878711},{"AttachmentID":"ff7c439e-a057-4807-ac2c-b558d7df7511","FileName":"foobar.jpg","Url":"https://api.xero.com/api.xro/2.0/ManualJournals/0b159335-606b-485f-b51b-97b3b32bad32/Attachments/foobar.jpg","MimeType":"image/jpg","ContentLength":2878711}]}