---
title: "Get a list of VAT codes"
method: GET
path: "/v1/vatCodes"
tags: ["ReferenceData"]
---

# Get a list of VAT codes

`GET /v1/vatCodes`

Retrieves a paged collection of VAT codes (required scope stock:read)

## Query parameters

- `sortBy` 'code' | 'description' — Represents the fields that can be used to sort vat codes<p>Possible values:</p><ul><li><b>code</b>: The code</li><li><b>description</b>: The description</li></ul>
- `direction` 'ascending' | 'descending' — Represents the direction in which sorting should be applied<p>Possible values:</p><ul><li><b>ascending</b>: Indicates ascending sorting order</li><li><b>descending</b>: Indicates descending sorting order</li></ul>
- `id` integer[]
- `pageNumber` integer
- `pageSize` integer

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- PagedResponseReadVatCodeModel — A paged collection of items
  - `items` ReadVatCodeModel[] — The items returned for the requested page
    - `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
  - `pageNumber` integer — The page number of the response where 1 is the first page
  - `pageSize` integer — The number of items requested for the current page
  - `pageItemCount` integer — The number of items returned in the current page

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `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)
