---
title: "Get a nominal code by its id"
method: GET
path: "/v1/nominalCodes/{nominalCodeId}"
tags: ["ReferenceData"]
---

# Get a nominal code by its id

`GET /v1/nominalCodes/{nominalCodeId}`

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

## Path parameters

- `nominalCodeId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadNominalCodeModel — Read nominal code model
  - `id` integer — The unique identifier of the nominal code
  - `code` string — The nominal code
  - `description` string — Description of the code
  - `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)
