MarketingPreferences
Create a marketing preference
This endpoint creates a new marketing preference for an organisation.
post/customers/marketing-preferences
Request body
Example request
{
"text": "I want to receive emails about special offers",
"locale": "en"
}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.