---
title: "Create a new customer family"
method: POST
path: "/v1/customerfamilies"
tags: ["CustomerFamilies"]
---

# Create a new customer family

`POST /v1/customerfamilies`

## Request body

- CustomerFamily — Customer family
  - `id` integer — ID
  - `internalId` string, nullable — Internal ID
  - `label` string, nullable — Label
  - `number` string, nullable — Number

## Response `200`

OK

- CustomerFamily — Customer family
  - `id` integer — ID
  - `internalId` string, nullable — Internal ID
  - `label` string, nullable — Label
  - `number` string, nullable — Number

## Other responses

- `400` — Bad Request

---

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