---
title: "Create Property"
method: POST
path: "/v2/properties"
tags: ["property"]
---

# Create Property

`POST /v2/properties`

Create a new property

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Request body

- JTLWawiRestContractsModelsV1PropertyCreateProperty — Model Class: CreateProperty
  - `name` string — Name of the property in the standard language.
  - `translations` JTLWawiRestContractsModelsV1CommonCreateTranslation[] — Different terms for the property in the non-default languages.
    - `languageIso` string — The language ISO code
    - `name` string — The word in the corresponding language
  - `propertyGroups` JTLDataContractsKeysMerkmalGruppeKey[] — IDs of property groups.

## Response `201`

The created property.

- JTLWawiRestContractsModelsV1PropertyProperty — Model Class: Property
  - `id` string, uuid
  - `name` string — Name of the property in the standard language.
  - `translations` JTLWawiRestContractsModelsV1CommonTranslation[] — Different terms for the property in the non-default languages.
    - `languageIso` string — The language ISO code
    - `name` string — The word in the corresponding language
  - `propertyGroups` JTLDataContractsKeysMerkmalGruppeKey[] — IDs of property groups.

## Other responses

- `400` — The sent data is invalid.
- `401`
- `402` — No licence available or the app has not been authorised by JTL.

---

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