Xero · Schema

Action

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Name string Name of the actions for this organisation
Status string Status of the action for this organisation
View JSON Schema on GitHub

JSON Schema

xero-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Action",
  "title": "Action",
  "externalDocs": {
    "url": "http://developer.xero.com/documentation/api/organisation/"
  },
  "properties": {
    "Name": {
      "description": "Name of the actions for this organisation",
      "type": "string",
      "example": "UseMulticurrency"
    },
    "Status": {
      "description": "Status of the action for this organisation",
      "type": "string",
      "enum": [
        "ALLOWED",
        "NOT-ALLOWED"
      ]
    }
  }
}