Xero · Example Payload

Xero Getsettings Example

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business

Xero Getsettings Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getSettings",
  "method": "GET",
  "path": "/Settings",
  "summary": "Retrieves payroll settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "00000000-0000-0000-0000-000000000000",
        "Status": "OK",
        "ProviderName": "provider-name",
        "DateTimeUTC": "/Date(1573585252781)/",
        "Settings": {
          "Accounts": [
            {
              "AccountID": "85bd2954-7ef5-4fbe-9e40-a1990d0fd63f",
              "Type": "BANK",
              "Code": "094",
              "Name": "Bank of A"
            },
            {
              "AccountID": "7e65fa75-1c64-43d7-b0b4-c05f196e2190",
              "Type": "WAGESPAYABLELIABILITY",
              "Code": "804",
              "Name": "Wages Payable - Payroll"
            },
            {
              "AccountID": "dbc164fa-0cdf-4848-92d3-0d1dc864c53f",
              "Type": "PAYGLIABILITY",
              "Code": "825",
              "Name": "PAYG Withholdings Payable"
            },
            {
              "AccountID": "7dad84d4-bc7a-482e-99b1-d879e4856578",
              "Type": "SUPERANNUATIONEXPENSE",
              "Code": "478",
              "Name": "Superannuation"
            },
            {
              "AccountID": "df3679fe-5ebc-42ce-a7ac-b4d36b520795",
              "Type": "SUPERANNUATIONLIABILITY",
              "Code": "826",
              "Name": "Superannuation Payable"
            },
            {
              "AccountID": "7e130864-5864-4c60-94eb-3c53c95da138",
              "Type": "WAGESEXPENSE",
              "Code": "477",
              "Name": "Wages and Salaries"
            }
          ],
          "TrackingCategories": {
            "EmployeeGroups": {
              "TrackingCategoryID": "a28f419f-6ec3-4dcf-9be0-7959ea983630",
              "TrackingCategoryName": "Foo70317"
            },
            "TimesheetCategories": {
              "TrackingCategoryID": "89375aed-ed51-4624-9e5d-92db6bfa8974",
              "TrackingCategoryName": "Foo32551"
            }
          },
          "DaysInPayrollYear": "364",
          "EmployeesAreSTP2": false
        }
      }
    }
  ]
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/xero-getsettings-example"
All examples
curl "https://apis.io/api/v1/examples?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.