Pleo · Schema

TaxCodeCreateUpdateModel

Expense ManagementCompany CardsSpend ManagementReimbursementAccountingFintechFinance

Properties

Name Type Description
archived boolean Boolean flag used to archive or unarchive a category (when set to true, account is not visible or usable on the platform)
code string The accounting system's internal identifier of the tax code
companyId string Company ID the tax code is being created/updated for
ingoingTaxAccount string Ingoing tax account usually used to account for reverse VAT
name string Name of the tax code
outgoingTaxAccount string Outgoing tax account usually used to account for reverse VAT
rate number Percentage rate applied for this tax code (This is represented in decimals and not the percentage. e.g. 20% tax rate would be 0.20)
type string Classification of this tax code
View JSON Schema on GitHub

JSON Schema

pleo-tax-code-create-update-model-schema.json Raw ↑
{
  "required": [
    "archived",
    "companyId",
    "name",
    "rate",
    "type"
  ],
  "type": "object",
  "properties": {
    "archived": {
      "type": "boolean",
      "description": "Boolean flag used to archive or unarchive a category (when set to true, account is not visible or usable on the platform)"
    },
    "code": {
      "type": "string",
      "description": "The accounting system's internal identifier of the tax code",
      "nullable": true,
      "example": "01"
    },
    "companyId": {
      "type": "string",
      "description": "Company ID the tax code is being created/updated for",
      "format": "uuid"
    },
    "ingoingTaxAccount": {
      "type": "string",
      "description": "Ingoing tax account usually used to account for reverse VAT",
      "nullable": true
    },
    "name": {
      "type": "string",
      "description": "Name of the tax code",
      "example": "Standardmoms (25 %)"
    },
    "outgoingTaxAccount": {
      "type": "string",
      "description": "Outgoing tax account usually used to account for reverse VAT",
      "nullable": true
    },
    "rate": {
      "type": "number",
      "description": "Percentage rate applied for this tax code (This is represented in decimals and not the percentage. e.g. 20% tax rate would be 0.20)"
    },
    "type": {
      "type": "string",
      "description": "Classification of this tax code",
      "enum": [
        "inclusive",
        "exclusive",
        "reverse"
      ]
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TaxCodeCreateUpdateModel"
}

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/pleo-tax-code-create-update-model"
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.