Xero · Example Payload

Xero Getquoteattachments Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getquoteattachments Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getQuoteAttachments",
  "method": "GET",
  "path": "/Quotes/{QuoteID}/Attachments",
  "summary": "Xero Retrieves attachments for a specific quote",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "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
          }
        ]
      }
    }
  ]
}