Xero · Schema

ImportSummary

A summary of the import from setup endpoint

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Accounts object
Organisation object
View JSON Schema on GitHub

JSON Schema

xero-importsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImportSummary",
  "title": "ImportSummary",
  "externalDocs": {
    "url": "https://developer.xero.com/documentation/api-guides/conversions"
  },
  "description": "A summary of the import from setup endpoint",
  "type": "object",
  "properties": {
    "Accounts": {
      "$ref": "#/components/schemas/ImportSummaryAccounts"
    },
    "Organisation": {
      "$ref": "#/components/schemas/ImportSummaryOrganisation"
    }
  }
}