MarketingActionType entities
Name | Type | Is Mandatory |
---|---|---|
MarketingActionTypeId | Int16 | |
Label | String | |
DeletionFlag | Boolean | |
MarketingActions | Collection of MarketingAction | |
MarketingActionTypeTranslations | Collection of MarketingActionTypeTranslation |
Select all MarketingActionTypes
https://customerapi.fts-crm360.com/data/MarketingActionTypes()
HttpMethod : GET
Json Result :
[
{
"MarketingActionTypeId" : "7",
"Label" : "L4lao0W",
"DeletionFlag" : "True"
},
{
"MarketingActionTypeId" : "3",
"Label" : "ORENKs",
"DeletionFlag" : "True"
},
...
]
Select MarketingActionType by Id
https://customerapi.fts-crm360.com/data/MarketingActionTypes(7)
HttpMethod : GET
Json Result :
{
"MarketingActionTypeId" : "1",
"Label" : "aqC3JBgEEjQR",
"DeletionFlag" : "True"
}
Translate a MarketingActionType label
https://customerapi.fts-crm360.com/data/MarketingActionTypes(7)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3