Xero · Example Payload

Xero Getreportbanksummary Example

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business

Xero Getreportbanksummary 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": "getReportBankSummary",
  "method": "GET",
  "path": "/Reports/BankSummary",
  "summary": "Xero Retrieves report for bank summary",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "ae58d0ec-9c5c-455f-b96e-690107579257",
        "Status": "OK",
        "ProviderName": "Java Public Example",
        "DateTimeUTC": "/Date(1556035526223)/",
        "Reports": [
          {
            "ReportName": "Bank Summary",
            "ReportType": "BankSummary",
            "ReportTitles": [
              "Bank Summary",
              "MindBody Test 10 (AU-2016-02)",
              "From 1 April 2019 to 30 April 2019"
            ],
            "ReportDate": "23 April 2019",
            "UpdatedDateUTC": "/Date(1556035526223)/",
            "Fields": [],
            "Rows": [
              {
                "RowType": "Header",
                "Cells": [
                  {
                    "Value": "Bank Accounts"
                  },
                  {
                    "Value": "Opening Balance"
                  },
                  {
                    "Value": "Cash Received"
                  },
                  {
                    "Value": "Cash Spent"
                  },
                  {
                    "Value": "Closing Balance"
                  }
                ]
              },
              {
                "RowType": "Section",
                "Title": "",
                "Rows": [
                  {
                    "RowType": "Row",
                    "Cells": [
                      {
                        "Value": "Big City Bank",
                        "Attributes": [
                          {
                            "Value": "03f9cf1e-2deb-4bf1-b0a8-b57f08672eb8",
                            "Id": "accountID"
                          }
                        ]
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "110.00",
                        "Attributes": [
                          {
                            "Value": "03f9cf1e-2deb-4bf1-b0a8-b57f08672eb8",
                            "Id": "account"
                          }
                        ]
                      },
                      {
                        "Value": "100.00",
                        "Attributes": [
                          {
                            "Value": "03f9cf1e-2deb-4bf1-b0a8-b57f08672eb8",
                            "Id": "account"
                          }
                        ]
                      },
                      {
                        "Value": "10.00"
                      }
                    ]
                  },
                  {
                    "RowType": "SummaryRow",
                    "Cells": [
                      {
                        "Value": "Total"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "110.00"
                      },
                      {
                        "Value": "100.00"
                      },
                      {
                        "Value": "10.00"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  ]
}

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-getreportbanksummary-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.