MarketingReaction entities
Name | Type | Is Mandatory |
---|---|---|
MarketingReactionId | Int32 | |
ActionBatchId | Int32 | |
ActionContactId | Int32 | |
ReactionDate | DateTime | |
ActionReactionTypeId | Int32 | |
HyperlinkId | Int32 | |
MarketingParticipant | MarketingParticipant | |
MarketingHyperlink | MarketingHyperlink | |
MarketingReactionType | MarketingReactionType |
Select all MarketingReactions
https://customerapi.fts-crm360.com/data/MarketingReactions()
HttpMethod : GET
Json Result :
[
{
"MarketingReactionId" : "81",
"ActionBatchId" : "88",
"ActionContactId" : "7",
"ReactionDate" : "1996-02-14T00:00:00",
"ActionReactionTypeId" : "30",
"HyperlinkId" : "99"
},
{
"MarketingReactionId" : "76",
"ActionBatchId" : "85",
"ActionContactId" : "28",
"ReactionDate" : "2013-05-15T00:00:00",
"ActionReactionTypeId" : "41",
"HyperlinkId" : "62"
},
...
]
Select MarketingReaction by Id
https://customerapi.fts-crm360.com/data/MarketingReactions(81)
HttpMethod : GET
Json Result :
{
"MarketingReactionId" : "46",
"ActionBatchId" : "94",
"ActionContactId" : "94",
"ReactionDate" : "2013-12-13T00:00:00",
"ActionReactionTypeId" : "94",
"HyperlinkId" : "53"
}