MarketingHyperlink entities
Name | Type | Is Mandatory |
---|---|---|
MarketingHyperlinkId | Int32 | |
Name | String | |
Uri | String | |
MarketingReactions | Collection of MarketingReaction |
Select all MarketingHyperlinks
https://customerapi.fts-crm360.com/data/MarketingHyperlinks()
HttpMethod : GET
Json Result :
[
{
"MarketingHyperlinkId" : "59",
"Name" : "YX VH28hW MSK79Yz",
"Uri" : "OdK2T"
},
{
"MarketingHyperlinkId" : "81",
"Name" : "dqa8VIBbT 20",
"Uri" : "rc8z4yzX"
},
...
]
Select MarketingHyperlink by Id
https://customerapi.fts-crm360.com/data/MarketingHyperlinks(59)
HttpMethod : GET
Json Result :
{
"MarketingHyperlinkId" : "72",
"Name" : "B0OWcHrgCm2o",
"Uri" : "gkAqJ11G"
}