Xero · Schema

EmployeeStatus

Employee Status Types

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-employeestatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmployeeStatus",
  "title": "EmployeeStatus",
  "type": "string",
  "description": "Employee Status Types",
  "enum": [
    "ACTIVE",
    "TERMINATED"
  ]
}