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"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  ]
}