These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Communication preferences and reasons

Looks like an API exists at https://developer.imis.com/docs/individual

with
CommunicationPreferences = new CommunicationPreferenceDataCollection
{
new CommunicationPreferenceData
{
Reason = "mail"
}

What are the reasons and can we get additional endpoint documentation?