Xero · Schema

ObjectType

The Object Type

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-objecttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ObjectType",
  "title": "ObjectType",
  "description": "The Object Type",
  "type": "string",
  "enum": [
    "Unknown",
    "Accpay",
    "AccPayCredit",
    "AccPayPayment",
    "AccRec",
    "AccRecCredit",
    "AccRecPayment",
    "Adjustment",
    "ApCreditPayment",
    "ApOverPayment",
    "ApOverPaymentPayment",
    "ApOverPaymentSourcePayment",
    "ApPrepayment",
    "ApPrepaymentPayment",
    "ApPrepaymentSourcePayment",
    "ArCreditPayment",
    "ArOverPayment",
    "ArOverpaymentPayment",
    "ArOverpaymentSourcePayment",
    "ArPrepayment",
    "ArPrepaymentPayment",
    "ArPrepaymentSourcePayment",
    "CashPaid",
    "CashRec",
    "ExpPayment",
    "ManJournal",
    "PurchaseOrder",
    "Receipt",
    "Transfer",
    "Account",
    "Contact",
    "Business",
    "Employee",
    "Person",
    "User",
    "Org",
    "FixedAsset",
    "PayRun",
    "PriceListItem",
    "Bank",
    "Current",
    "Equity",
    "Expense",
    "Fixed",
    "Liability",
    "Prepayment",
    "Revenue",
    "Sales",
    "Overheads",
    "Depreciatn",
    "OtherIncome",
    "DirectCosts",
    "Currliab",
    "Termliab",
    "NonCurrent",
    "SalesQuote"
  ]
}