Property Value Service

Back

Overview

Property values define the set of allowed values for a property (e.g. for a "Colour" property: Red, Blue, Green).

Related to:

All operations are tenant-aware.


Database tables


Endpoints

Back to Catalog

GET

/api/v1/PropertyValues/property/{propertyId}

Returns all allowed values for a given property.

Route parameters:

Response:

Authorization:


GET

/api/v1/PropertyValues/{id}

Returns a single property value by its identifier.

Route parameters:

Behavior:

Response:

Authorization:


POST

/api/v1/PropertyValues

Creates a new allowed value for a property.

Request body (PropertyValueModel):

Response:

Authorization:


PUT

/api/v1/PropertyValues/{id}

Updates an existing property value.

Route parameters:

Request body (PropertyValueModel):

Response:

Authorization:


DELETE

/api/v1/PropertyValues/{id}

Deletes a property value by its identifier.

Route parameters:

Response:

Authorization:


Notes