Skip to content

Set customer property

PUT
/customer-property/customers/{customerId}/properties/{propertyKeyId}
Required scope: viskan:customer:update

Sets or updates the value of a single property key on a customer. The request body has three mutually exclusive fields — exactly one must be provided, depending on the property key's presentation type: value for STRING, INTEGER, FLOAT, BOOLEAN and HTML; propertyValueId for SINGLE_SELECT; propertyValueIds for MULTI_SELECT.

Parameters

Path parameters

customerId  integer
The unique identifier of the customer.
propertyKeyId  integer
The unique identifier of the property key.

Request body

Response

The property value was set successfully.