Xero · Schema

DataSourceResponse

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
directBankFeed number Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on th
fileUpload number Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data.
manual number Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data.
directBankFeedPos number Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on th
fileUploadPos number Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive tran
manualPos number Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions a
directBankFeedNeg number Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on th
fileUploadNeg number Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative tran
manualNeg number Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions a
otherPos number Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
otherNeg number Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
other number Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data.
View JSON Schema on GitHub

JSON Schema

xero-datasourceresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataSourceResponse",
  "title": "DataSourceResponse",
  "type": "object",
  "properties": {
    "directBankFeed": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.   This could be from a bank or aggregator.   This gives an indication on the certainty of correctness of the data.",
      "format": "double",
      "x-is-money": true
    },
    "fileUpload": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.   This gives an indication on the certainty of correctness of the data.",
      "format": "double",
      "x-is-money": true
    },
    "manual": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.   This gives an indication on the certainty of correctness of the data.",
      "format": "double",
      "x-is-money": true
    },
    "directBankFeedPos": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.   This could be from a bank or aggregator.  This gives an indication on the certainty of correctness of the data.  Only positive transactions are included.",
      "format": "double",
      "x-is-money": true
    },
    "fileUploadPos": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.   This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
      "format": "double",
      "x-is-money": true
    },
    "manualPos": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.   This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
      "format": "double",
      "x-is-money": true
    },
    "directBankFeedNeg": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.   This could be from a bank or aggregator.   This gives an indication on the certainty of correctness of the data.  Only negative transactions are included.",
      "format": "double",
      "x-is-money": true
    },
    "fileUploadNeg": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.   This gives an indication on the certainty of correctness of the data.  Only negative transactions are included.",
      "format": "double",
      "x-is-money": true
    },
    "manualNeg": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.   This gives an indication on the certainty of correctness of the data.  Only negative transactions are included.",
      "format": "double",
      "x-is-money": true
    },
    "otherPos": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was unknown.   This gives an indication on the certainty of correctness of the data.  Only positive transactions are included.",
      "format": "double",
      "x-is-money": true
    },
    "otherNeg": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was unknown.   This gives an indication on the certainty of correctness of the data.  Only negative transactions are included.",
      "format": "double",
      "x-is-money": true
    },
    "other": {
      "type": "number",
      "description": "Sum of the amounts of all statement lines where the source of the data was unknown.   This gives an indication on the certainty of correctness of the data.",
      "format": "double",
      "x-is-money": true
    }
  },
  "additionalProperties": false
}