MarketingPreferences
Update a marketing preference for an organisation
This endpoint updates a marketing preference belonging to an organisation.
put/customers/marketing-preferences/{marketingPreferenceId}
Request body
Example request
{
"text": "I want to receive emails about special offers"
}Response
The marketing preference was successfully retrieved
Example response
{
"data": {
"text": "I want to receive emails about special offers",
"locale": "en"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.