Xero · Example Payload

Xero Getcontactattachments Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getcontactattachments 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": "getContactAttachments",
  "method": "GET",
  "path": "/Contacts/{ContactID}/Attachments",
  "summary": "Retrieves attachments for a specific contact in a Xero organisation",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "0f63b631-a205-496d-b1d2-e6b13a9b497b",
        "Status": "OK",
        "ProviderName": "Xero API Partner",
        "DateTimeUTC": "/Date(1551483890413)/",
        "Attachments": [
          {
            "AttachmentID": "04e0a3e3-b116-456a-9f32-9706f0d33afa",
            "FileName": "sample5.jpg",
            "Url": "https://api.xero.com/api.xro/2.0/Contacts/8138a266-fb42-49b2-a104-014b7045753d/Attachments/sample5.jpg",
            "MimeType": "image/jpg",
            "ContentLength": 2878711
          }
        ]
      }
    }
  ]
}