MarketingExecutionType entities
Name | Type | Is Mandatory |
---|---|---|
MarketingExecutionTypeId | Int16 | |
Label | String | |
DeletionFlag | Boolean | |
MarketingExecutions | Collection of MarketingExecution | |
MarketingExecutionTypeTranslations | Collection of MarketingExecutionTypeTranslation |
Select all MarketingExecutionTypes
https://customerapi.fts-crm360.com/data/MarketingExecutionTypes()
HttpMethod : GET
Json Result :
[
{
"MarketingExecutionTypeId" : "5",
"Label" : "rplzj LMVb3zPCu",
"DeletionFlag" : "False"
},
{
"MarketingExecutionTypeId" : "4",
"Label" : "8cxzm unheN",
"DeletionFlag" : "True"
},
...
]
Select MarketingExecutionType by Id
https://customerapi.fts-crm360.com/data/MarketingExecutionTypes(5)
HttpMethod : GET
Json Result :
{
"MarketingExecutionTypeId" : "4",
"Label" : "z9iOVw1C BiSY4MI8P",
"DeletionFlag" : "False"
}
Translate a MarketingExecutionType label
https://customerapi.fts-crm360.com/data/MarketingExecutionTypes(5)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3