CRM360° CustomerApi Documentation

Customer - MarketingParticipant

MarketingParticipant entities

Required HTTP Headers

  • X-Crm360Api-Token
  • X-Crm360Api-CustomerName
  • X-Crm360Api-DatabaseAlias

Functions

Entity Properties

Name Type Is Mandatory
MarketingParticipantId Int32
ActionContactGuid Guid
ActionBatchId Int32
ContactId Int32
ActionContactStateId Int16
UseAddress String
ActionId Int32
DeletionFlag Boolean
Contact Contact
MarketingExecution MarketingExecution
MarketingReactions Collection of MarketingReaction
MarketingParticipantState MarketingParticipantState

Actions

Action Name Method Parameters Description Return
Unsubscribe POST
  • UseAddress (String)
  • GlobalUnsubscribe (Boolean)
Unsubscribe contact by Action Contact Id and Use Address true if succeeded - Boolean
UnsubscribeWithGuid POST
  • GlobalUnsubscribe (Boolean)
Unsubscribe contact by Action Contact Guid true if succeeded - Boolean

Examples