---
title: "Get tax codes for a company"
method: GET
path: "/tax-codes"
tags: ["Tax Codes"]
deprecated: true
---

# Get tax codes for a company

`GET /tax-codes`

> **Deprecated.**

## Query parameters

- `force` boolean
- `hidden` boolean

## Response `200`

Tax codes have been returned

- TaxCodesResponse
  - `taxCodes` object[], required — A list of tax codes fetched for the requested page
    - `id` string, required — The unique UUID identifier of the tax code.
    - `name` string, required — The name of the tax.
    - `code` string — The short code of the tax.
    - `rate` number, required — This is the rate of the tax code.
    - `type` 'NORMAL' | 'REVERSE' — This is the type of the tax code. Can be "normal" or "reverse".
    - `ingoingTaxAccount` string — This is the ingoing account related to the tax codes.
    - `outgoingTaxAccount` string — This is the outgoing account related to the tax codes.
    - `enabled` boolean, required — This value is true if the tax code is not hidden.
    - `createdAt` string, date-time — Date and time this record was created in the pleo system in the format YYYY-MM-DDTHH:mi:ss.SSSZ
    - `updatedAt` string, date-time — Date and time this record was last updated in the pleo system in the format YYYY-MM-DDTHH:mi:ss.SSSZ
    - `deletedAt` string, date-time — Date and time this record was deleted in the pleo system in the format YYYY-MM-DDTHH:mi:ss.SSSZ

## Other responses

- `401` — request unauthorized
- `403` — Request forbidden; user has insufficient rights to a resource.
- `404` — route not found
- `500` — Something went wrong. Please contact the administrator if problems persist.

---

[API](https://skmtc.net/pleo/apis/gjoll-api.md) · [All operations](https://skmtc.net/pleo/apis/gjoll-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pleo/gjoll-api/versions/c70cd21dc330/schema)
