MarketingParticipant entities
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 |
Action Name | Method | Parameters | Description | Return | |
---|---|---|---|---|---|
Unsubscribe | POST |
|
Unsubscribe contact by Action Contact Id and Use Address | true if succeeded - Boolean | |
UnsubscribeWithGuid | POST |
|
Unsubscribe contact by Action Contact Guid | true if succeeded - Boolean | |
Select all MarketingParticipants
https://customerapi.fts-crm360.com/data/MarketingParticipants()
HttpMethod : GET
Json Result :
[
{
"MarketingParticipantId" : "52",
"ActionContactGuid" : "2f127c21-fcce-4ebb-8c85-fd661848612e",
"ActionBatchId" : "39",
"ContactId" : "34",
"ActionContactStateId" : "6",
"UseAddress" : "CXtLrelfP",
"ActionId" : "33",
"DeletionFlag" : "False"
},
{
"MarketingParticipantId" : "31",
"ActionContactGuid" : "de0b66d0-6632-4bde-accc-089ce3aef46f",
"ActionBatchId" : "77",
"ContactId" : "16",
"ActionContactStateId" : "5",
"UseAddress" : "IR8uPTyM8jLmYb8",
"ActionId" : "30",
"DeletionFlag" : "True"
},
...
]
Select MarketingParticipant by Id
https://customerapi.fts-crm360.com/data/MarketingParticipants(52)
HttpMethod : GET
Json Result :
{
"MarketingParticipantId" : "47",
"ActionContactGuid" : "279c5db5-76b9-4053-8c24-1d0c4126d854",
"ActionBatchId" : "50",
"ContactId" : "36",
"ActionContactStateId" : "9",
"UseAddress" : "4EqIMIXLDIj0",
"ActionId" : "26",
"DeletionFlag" : "True"
}