Customers
Update an interest record on an account
Update a specific customer interest record on a customer account.
Replaces the assignment or value of a single interest record on the customer account. To retrieve the current interest records, use GET /customers/{customer_id}/interests.
put/customers/{customer_id}/interest-records/{interest_record_id}
Path parameters
customer_idstring required
The unique ID of the customer.
interest_record_idstring required
The unique ID of the interest record.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"interest_record": {
"interest_record_id": "81eaeea13b8984a169c490a325",
"interest_id": "81eaeea13b8984a169c490a325",
"customer_id": "8ea2591121e636086a4a9c0992",
"last_change": "2023-03-13 17:35:05"
}
}Response
No Content