Allows you to retrieve Attachments for Quotes
GET {{baseUrl}}/Quotes/:QuoteID/Attachments
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
xero-tenant-id | string | (Required) Xero identifier for Tenant |
RESPONSES
status: OK
{"Id":"439c1573-3cd8-4697-a9f6-81fa651ee8f3","Status":"OK","ProviderName":"Xero API Partner","DateTimeUTC":"/Date(1550852630329)/","Attachments":[{"AttachmentID":"52a643be-cd5c-489f-9778-53a9fd337756","FileName":"sample5.jpg","Url":"https://api.xero.com/api.xro/2.0/Quotes/da962997-a8bd-4dff-9616-01cdc199283f/Attachments/sample5.jpg","MimeType":"image/jpg","ContentLength":2878711}]}