Discussions
Communication preferences and reasons
over 5 years ago by Ian Wann
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?