Xero · Schema
SalaryAndWage
AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business
Properties
| Name | Type | Description |
|---|---|---|
| salaryAndWagesID | string | Xero unique identifier for a salary and wages record |
| earningsRateID | string | Xero unique identifier for an earnings rate |
| numberOfUnitsPerWeek | number | The Number of Units per week for the corresponding salary and wages |
| ratePerUnit | number | The rate of each unit for the corresponding salary and wages |
| numberOfUnitsPerDay | number | The Number of Units per day for the corresponding salary and wages |
| daysPerWeek | number | The days per week for the salary. |
| effectiveFrom | string | The effective date of the corresponding salary and wages |
| annualSalary | number | The annual salary |
| status | string | The current status of the corresponding salary and wages |
| paymentType | string | The type of the payment of the corresponding salary and wages |
| workPatternType | string | The type of the Working Pattern of the corresponding salary and wages |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SalaryAndWage",
"title": "SalaryAndWage",
"type": "object",
"required": [
"earningsRateID",
"numberOfUnitsPerWeek",
"numberOfUnitsPerDay",
"effectiveFrom",
"annualSalary",
"status",
"paymentType"
],
"properties": {
"salaryAndWagesID": {
"description": "Xero unique identifier for a salary and wages record",
"type": "string",
"format": "uuid"
},
"earningsRateID": {
"description": "Xero unique identifier for an earnings rate",
"type": "string",
"format": "uuid"
},
"numberOfUnitsPerWeek": {
"description": "The Number of Units per week for the corresponding salary and wages",
"type": "number",
"format": "double",
"x-is-money": true
},
"ratePerUnit": {
"description": "The rate of each unit for the corresponding salary and wages",
"type": "number",
"format": "double",
"x-is-money": true
},
"numberOfUnitsPerDay": {
"description": "The Number of Units per day for the corresponding salary and wages",
"type": "number",
"format": "double",
"x-is-money": true
},
"daysPerWeek": {
"description": "The days per week for the salary.",
"type": "number",
"format": "double",
"x-is-money": true
},
"effectiveFrom": {
"description": "The effective date of the corresponding salary and wages",
"type": "string",
"format": "date",
"x-is-date": true
},
"annualSalary": {
"description": "The annual salary",
"type": "number",
"format": "double",
"x-is-money": true
},
"status": {
"description": "The current status of the corresponding salary and wages",
"type": "string",
"enum": [
"Active",
"Pending",
"History"
]
},
"paymentType": {
"description": "The type of the payment of the corresponding salary and wages",
"type": "string",
"enum": [
"Salary",
"Hourly"
]
},
"workPatternType": {
"description": "The type of the Working Pattern of the corresponding salary and wages",
"type": "string",
"enum": [
"DaysAndHours",
"RegularWeek"
]
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/xero-salaryandwage"
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.