Allows you to retrieve Attachments from bank transfers

GET {{baseUrl}}/BankTransfers/:BankTransferID/Attachments

HEADERS

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

RESPONSES

status: OK

{"Id":"5cb6b587-7b02-46b6-97fe-d8ad8f20321b","Status":"OK","ProviderName":"Xero API Partner","DateTimeUTC":"/Date(1551397557272)/","Attachments":[{"AttachmentID":"e05a6fd8-0e47-47a9-9799-b809c8267260","FileName":"HelloWorld.jpg","Url":"https://api.xero.com/api.xro/2.0/BankTransfers/6221458a-ef7a-4d5f-9b1c-1b96ce03833c/Attachments/HelloWorld.jpg","MimeType":"image/jpg","ContentLength":2878711}]}