Xero · Example Payload

Xero Getbanktransferattachments Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getbanktransferattachments 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": "getBankTransferAttachments",
  "method": "GET",
  "path": "/BankTransfers/{BankTransferID}/Attachments",
  "summary": "Xero Retrieves attachments from a specific bank transfer",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "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
          }
        ]
      }
    }
  ]
}