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

# Get a tax code for a company

`GET /tax-codes/{taxCodeId}`

> **Deprecated.**

## Path parameters

- `taxCodeId` string, required

## Response `200`

A tax code has been returned

- TaxCodeResponse
  - `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)
