Xero · Schema

Reimbursement

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
reimbursementID string Xero unique identifier for a reimbursement
name string Name of the reimbursement
accountID string Xero unique identifier for the account used for the reimbursement
currentRecord boolean Indicates that whether the reimbursement is active
reimbursementCategory string See Reimbursement Categories
calculationType string See Calculation Types
standardAmount string Optional Fixed Rate Amount. Applicable when calculation type is Fixed Amount
standardTypeOfUnits string Optional Type Of Units. Applicable when calculation type is Rate Per Unit
standardRatePerUnit number Optional Rate Per Unit. Applicable when calculation type is Rate Per Unit
View JSON Schema on GitHub

JSON Schema

xero-reimbursement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Reimbursement",
  "title": "Reimbursement",
  "type": "object",
  "required": [
    "name",
    "accountID"
  ],
  "properties": {
    "reimbursementID": {
      "description": "Xero unique identifier for a reimbursement",
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "description": "Name of the reimbursement",
      "type": "string"
    },
    "accountID": {
      "description": "Xero unique identifier for the account used for the reimbursement",
      "type": "string",
      "format": "uuid"
    },
    "currentRecord": {
      "description": "Indicates that whether the reimbursement is active",
      "type": "boolean"
    },
    "reimbursementCategory": {
      "description": "See Reimbursement Categories",
      "type": "string",
      "enum": [
        "GST",
        "NoGST",
        "GSTInclusive"
      ]
    },
    "calculationType": {
      "description": "See Calculation Types",
      "type": "string",
      "enum": [
        "Unknown",
        "FixedAmount",
        "RatePerUnit"
      ]
    },
    "standardAmount": {
      "description": "Optional Fixed Rate Amount. Applicable when calculation type is Fixed Amount",
      "type": "string"
    },
    "standardTypeOfUnits": {
      "description": "Optional Type Of Units. Applicable when calculation type is Rate Per Unit",
      "type": "string",
      "enum": [
        "Hours",
        "km"
      ]
    },
    "standardRatePerUnit": {
      "description": "Optional Rate Per Unit. Applicable when calculation type is Rate Per Unit",
      "type": "number",
      "format": "double",
      "x-is-money": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/xero-reimbursement"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.