---
title: "Get a VAT code by its id"
method: GET
path: "/v1/vatCodes/{vatCodeId}"
tags: ["ReferenceData"]
---

# Get a VAT code by its id

`GET /v1/vatCodes/{vatCodeId}`

Get a VAT code by its id (required scope stock:read)

## Path parameters

- `vatCodeId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadVatCodeModel — Read VAT code model
  - `id` integer — The unique identifier of the VAT code
  - `code` string — The VAT code
  - `rate` number, double — The VAT tax rate of the current period
  - `ratePeriods` ReadRatePeriodModel[] — The VAT tax rate periods, if applicable
    - `id` integer — The unique identifier of the rate period
    - `rate` number, double — The VAT rate
    - `startsAt` string, date-time — The start of the period
  - `isDomesticReverseCharged` boolean — Is domestic reverse-charge applied
  - `description` string — Description of the code
  - `endsAt` string, date-time, nullable — The date the VAT code period ends, null if there is no future period
  - `createdAt` string, date-time — The UTC timestamp of when this nominal code was created

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
