Customers
Update a property of a customer
Update a specific customer property record on a customer account.
Replaces the value of a single custom property record on the customer account. To update multiple property records in a single request, use POST /customers/{customer_id}/properties/batch.
put/customers/{customer_id}/property-records/{property_record_id}
Path parameters
customer_idstring required
The unique ID of the customer.
property_record_idstring required
The unique ID of the property record.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"property_record": {
"property_record_id": "docasna_blokace_darce_do:8ea2591121e636086a4a9c0992",
"property_id": "docasna_blokace_darce_do",
"property_name": "Property #6",
"last_change": "2023-02-02 00:00:00"
}
}Response
No Content