---
title: "Assign a tax to a customer"
method: POST
path: "/api/taxes/customer/{customerId}"
tags: ["Taxes"]
---

# Assign a tax to a customer

`POST /api/taxes/customer/{customerId}`

## Path parameters

- `customerId` string, required

## Request body

- AssignTaxDto
  - `taxId` string, required — Tax ID to assign

## Response `201`

Tax assigned to customer

## Other responses

- `404` — Customer or tax not found

---

[API](https://skmtc.net/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.net/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/versions/0e449a4e0dc8/schema)
