Xero · Example Payload

Xero Createbanktransfer Example

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business

Xero Createbanktransfer 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": "createBankTransfer",
  "method": "PUT",
  "path": "/BankTransfers",
  "summary": "Xero Creates a bank transfer",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "BankTransfers": [
          {
            "FromBankAccount": {
              "Code": "090",
              "Name": "My Savings",
              "AccountID": "00000000-0000-0000-0000-000000000000",
              "Type": "BANK",
              "BankAccountNumber": "123455",
              "Status": "ACTIVE",
              "BankAccountType": "BANK",
              "CurrencyCode": "USD",
              "TaxType": "NONE",
              "EnablePaymentsToAccount": false,
              "ShowInExpenseClaims": false,
              "Class": "ASSET",
              "ReportingCode": "ASS",
              "ReportingCodeName": "Assets",
              "HasAttachments": false,
              "UpdatedDateUTC": "2016-10-17T13:45:33.993-07:00"
            },
            "ToBankAccount": {
              "Code": "088",
              "Name": "Business Wells Fargo",
              "AccountID": "00000000-0000-0000-0000-000000000000",
              "Type": "BANK",
              "BankAccountNumber": "123455",
              "Status": "ACTIVE",
              "BankAccountType": "BANK",
              "CurrencyCode": "USD",
              "TaxType": "NONE",
              "EnablePaymentsToAccount": false,
              "ShowInExpenseClaims": false,
              "Class": "ASSET",
              "ReportingCode": "ASS",
              "ReportingCodeName": "Assets",
              "HasAttachments": false,
              "UpdatedDateUTC": "2016-06-03T08:31:14.517-07:00"
            },
            "Amount": "50.00",
            "FromIsReconciled": true,
            "ToIsReconciled": true,
            "Reference": "Sub 098801"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "ae767b68-affd-4e17-bac0-83eaf1854dcd",
        "Status": "OK",
        "ProviderName": "Xero API Partner",
        "DateTimeUTC": "/Date(1551311317475)/",
        "BankTransfers": [
          {
            "BankTransferID": "76eea4b6-f026-464c-b6f3-5fb39a196145",
            "DateString": "2019-02-27 00:00:00",
            "Date": "/Date(1551225600000+0000)/",
            "FromBankAccount": {
              "AccountID": "7e5e243b-9fcd-4aef-8e3a-c70be1e39bfa",
              "Code": "090",
              "Name": "My Savings"
            },
            "ToBankAccount": {
              "AccountID": "6f7594f2-f059-4d56-9e67-47ac9733bfe9",
              "Code": "088",
              "Name": "Business Wells Fargo"
            },
            "Amount": 50.0,
            "FromBankTransactionID": "e4059952-5acb-4a56-b076-53fad85f2930",
            "ToBankTransactionID": "88e4ac17-293b-4e5a-8d8b-3ce3a0b1ee17",
            "FromIsReconciled": true,
            "ToIsReconciled": true,
            "Reference": "Sub 098801",
            "CurrencyRate": 1.0,
            "ValidationErrors": []
          }
        ]
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/xero-createbanktransfer-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.