---
title: "Create Property Value Description"
method: POST
path: "/v2/properties/{propertyId}/values/{propertyValueId}/descriptions"
tags: ["property"]
---

# Create Property Value Description

`POST /v2/properties/{propertyId}/values/{propertyValueId}/descriptions`

Create a new description for a specific property value

## Path parameters

- `propertyId` string, uuid, required
- `propertyValueId` string, uuid, required

## Headers

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

## Request body

- JTLWawiRestContractsModelsV1PropertyCreatePropertyValueDescription — Model Class: CreatePropertyValueDescription
  - `propertyValueId` string, uuid
  - `name` string — The property value name in the given language.
  - `description` string — The property value description in the given language.
  - `seoPath` string — The SEO path in the given language.
  - `seoMetaDescription` string — The SEO metadescription in the given language.
  - `seoTitleTag` string — The title tag (SEO) in the given language.
  - `seoMetaKeywords` string — The meta keywords in the given language.
  - `languageIso` string — The ISO code of the language of the description.

## Response `201`

The created property value description.

- JTLWawiRestContractsModelsV1PropertyPropertyValueDescription — Model Class: PropertyValueDescription
  - `propertyValueId` string, uuid
  - `name` string — The property value name in the given language.
  - `description` string — The property value description in the given language.
  - `seoPath` string — The SEO path in the given language.
  - `seoMetaDescription` string — The SEO metadescription in the given language.
  - `seoTitleTag` string — The title tag (SEO) in the given language.
  - `seoMetaKeywords` string — The meta keywords in the given language.
  - `languageIso` string — The ISO code of the language of the description.

## 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)
