Appearance
PUT
/customer-property/customers/{customerId}/properties/{propertyKeyId}Required scope:
viskan:customer:updateSets 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 integerThe unique identifier of the customer.
propertyKeyId integerThe unique identifier of the property key.
Request body
Response
The property value was set successfully.