Skip to main content
POST
Create Item Property

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-companyid
string

The Company-Id (int or uuid) of the company on whose behalf the request is executed.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

itemId
integer<int32>
required

The id of the item that the property values belong to.

Body

application/json

The ItemPropertyValue to create.

Model Class: CreateItemPropertyValue

PropertyValueId
integer<int32>
required

A unique property value ID for an item.

Response

The created ItemPropertyValue.

Model Class: ItemPropertyValue

PropertyId
integer<int32>
required

A unique property ID for an item.

PropertyValueId
integer<int32>
required

A unique property value ID for an item.