Update customer profile

PUT {{integrationBaseUrl}}/cdp/customer_profile/:customerProfileId?skipNonExistingAttributes=false

Update the given customer profile to add or remove audiences.

Request Params

KeyDatatypeRequiredDescription
skipNonExistingAttributesbooleanIndicates whether to skip non-existing attributes. If true, the non-existing attributes are skipped and a 400 error is not returned. If false, a 400 error is returned in case of non-existing attributes.

Request Body

{"attributes"=>{"Language"=>"english", "ShippingCountry"=>"DE", "ProductClicked\""=>true}, "runRuleEngine"=>false, "audiencesChanges"=>{"adds"=>[1, 2, 3], "deletes"=>[4, 5, 6]}}

HEADERS

KeyDatatypeRequiredDescription
customer-data-platform-namestring(Required) The name of the CDP platform.
destination-hostnamestring(Required) The base URL of your Talon.One deployment.
Content-Typestring
Acceptstring