Xero · Schema

StatementLinesResponse

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
unreconciledAmountPos number Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is positive.
unreconciledAmountNeg number Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is negative.
unreconciledLines integer Count of all statement lines where the reconciled flag is set to FALSE.
avgDaysUnreconciledPos number Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and
avgDaysUnreconciledNeg number Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and
earliestUnreconciledTransaction string UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to FALSE. This date is represented in ISO 8601 format.
latestUnreconciledTransaction string UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to FALSE. This date is represented in ISO 8601 format.
deletedAmount number Sum of the amounts of all deleted statement lines. Transactions may be deleted due to duplication or otherwise.
totalAmount number Sum of the amounts of all statement lines. This is used as a metric of comparison to the unreconciled figures above.
dataSource object
earliestReconciledTransaction string UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to TRUE. This date is represented in ISO 8601 format.
latestReconciledTransaction string UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to TRUE. This date is represented in ISO 8601 format.
reconciledAmountPos number Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is positive.
reconciledAmountNeg number Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is negative.
reconciledLines integer Count of all statement lines where the reconciled flag is set to TRUE
totalAmountPos number Sum of the amounts of all statement lines where the amount is positive
totalAmountNeg number Sum of the amounts of all statement lines where the amount is negative.
View JSON Schema on GitHub

JSON Schema

xero-statementlinesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StatementLinesResponse",
  "title": "StatementLinesResponse",
  "type": "object",
  "properties": {
    "unreconciledAmountPos": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is positive.",
      "format": "double",
      "x-is-money": true
    },
    "unreconciledAmountNeg": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is negative.",
      "format": "double",
      "x-is-money": true
    },
    "unreconciledLines": {
      "type": "integer",
      "description": "Count of all statement lines where the reconciled flag is set to FALSE.",
      "format": "int32"
    },
    "avgDaysUnreconciledPos": {
      "type": "number",
      "description": "Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is positive. Provides an indication of the age of unreconciled transactions.",
      "format": "double",
      "x-is-money": true
    },
    "avgDaysUnreconciledNeg": {
      "type": "number",
      "description": "Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is negative. Provides an indication of the age of unreconciled transactions.",
      "format": "double",
      "x-is-money": true
    },
    "earliestUnreconciledTransaction": {
      "type": "string",
      "description": "UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to FALSE.  This date is represented in ISO 8601 format.",
      "format": "date"
    },
    "latestUnreconciledTransaction": {
      "type": "string",
      "description": "UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to FALSE.  This date is represented in ISO 8601 format.",
      "format": "date"
    },
    "deletedAmount": {
      "type": "number",
      "description": "Sum of the amounts of all deleted statement lines.  Transactions may be deleted due to duplication or otherwise.",
      "format": "double",
      "x-is-money": true
    },
    "totalAmount": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines.  This is used as a metric of comparison to the unreconciled figures above.",
      "format": "double",
      "x-is-money": true
    },
    "dataSource": {
      "$ref": "#/components/schemas/DataSourceResponse"
    },
    "earliestReconciledTransaction": {
      "type": "string",
      "description": "UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to TRUE.  This date is represented in ISO 8601 format.",
      "format": "date"
    },
    "latestReconciledTransaction": {
      "type": "string",
      "description": "UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to TRUE.  This date is represented in ISO 8601 format.",
      "format": "date"
    },
    "reconciledAmountPos": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is positive.",
      "format": "double",
      "x-is-money": true
    },
    "reconciledAmountNeg": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is negative.",
      "format": "double",
      "x-is-money": true
    },
    "reconciledLines": {
      "type": "integer",
      "description": "Count of all statement lines where the reconciled flag is set to TRUE",
      "format": "int32"
    },
    "totalAmountPos": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the amount is positive",
      "format": "double",
      "x-is-money": true
    },
    "totalAmountNeg": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the amount is negative.",
      "format": "double",
      "x-is-money": true
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/xero-statementlinesresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.