Customers
Add an interest record to a customer
Add a new specific customer interest record to a customer account.
post/customers/{customer_id}/interest-records
Path parameters
customer_idstring required
The unique ID of the customer.
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
Created
Example response
{
"data": {
"interest_record_id": "81eaeea13b8984a169c490a325"
}
}