Manage the channel entities (Email, Postal Address, Sms,...)
Name | Type | Is Mandatory |
---|---|---|
ChannelId | Int16 | |
Label | String | |
MarketingExecutions | Collection of MarketingExecution | |
ChannelTranslations | Collection of ChannelTranslation |
Select all Channels
https://customerapi.fts-crm360.com/data/Channels()
HttpMethod : GET
Json Result :
[
{
"ChannelId" : "4",
"Label" : "hMNEhPepyLmyUVW"
},
{
"ChannelId" : "1",
"Label" : "pDJ V"
},
...
]
Select Channel by Id
https://customerapi.fts-crm360.com/data/Channels(4)
HttpMethod : GET
Json Result :
{
"ChannelId" : "1",
"Label" : "DZiGX"
}
Translate a Channel label
https://customerapi.fts-crm360.com/data/Channels(4)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3