---
title: "Create a new tax rate"
method: POST
path: "/api/tax-rates"
tags: ["Tax Rate"]
---

# Create a new tax rate

`POST /api/tax-rates`

## Request body

- TaxRateCreateDto — Details of tax rate to be created
  - `code` string, required — The code for the tax rate. Must be unique to all active tax rates.
  - `rate` number, double, required — Tax rate. This is the ratio (0.17 = 17%)
  - `applyToLandedCosts` boolean — Indicate if this tax rate applies to landed costs.

## Response `200`

Tax rate created

- CreatedResponseDto — Response for a created record
  - `id` string, required — The id of the created record

## Other responses

- `400` — Validation issues with input

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/revisions/a41e60b375bc/schema)
