---
title: "Add a value to a local dimension axis"
method: POST
path: "/dimensions/values"
tags: ["Dimensions"]
---

# Add a value to a local dimension axis

`POST /dimensions/values`

Requires a write-scoped key. The target axis must be local.

## Request body

- DimensionValueCreate
  - `customer_id` string — Target company. Optional for API keys.
  - `axis_id` string, required
  - `code` string, required
  - `name` string, required
  - `reason` string, required — Audit reason.

## Response `201`

Created local value.

- object
  - `value` DimensionValue
    - `id` string, required
    - `axis_id` string, required
    - `code` string, required
    - `name` string, required
    - `status` 'active' | 'archived', required
    - `row_version` integer, required

## Other responses

- `401` — Missing or invalid bearer token.
- `403` — Insufficient scope or role — e.g. a read-scoped key on a mutating method, or an API key on an admin/approver-only endpoint.

---

[API](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api.md) · [All operations](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lastaccountingcompany/lac-customer-api/versions/52e277b4f031/schema)
