CRM360° CustomerApi Documentation

Customer - ContactInterestCategory

Manage the contact interest category entities.

Required HTTP Headers

  • X-Crm360Api-Token
  • X-Crm360Api-CustomerName
  • X-Crm360Api-DatabaseAlias

Functions

Entity Properties

Name Type Is Mandatory
HierarchyNode String
ParentHierarchyNode String
ContactInterestCategoryId Int16
HierarchyLevel Int16
Label String
Identifier String
SourceId Int16
ContactInterestCategoryPath String
DeletionFlag Boolean
ContactInterests Collection of ContactInterest
Source Source
ContactInterestCategoryTranslations Collection of ContactInterestCategoryTranslation

Examples

Select all ContactInterestCategories

https://customerapi.fts-crm360.com/data/ContactInterestCategories()
HttpMethod : GET
Json Result :
[ { "HierarchyNode" : "7xLXKOkUdBE", "ParentHierarchyNode" : "NkUl4TPdjVy", "ContactInterestCategoryId" : "5", "HierarchyLevel" : "1", "Label" : "0gNdFmrzX", "Identifier" : "XPFd", "SourceId" : "6", "ContactInterestCategoryPath" : "1fLLsc8izAi2m uQ1", "DeletionFlag" : "False" }, { "HierarchyNode" : "F 6du", "ParentHierarchyNode" : "MSNoMxo9e77", "ContactInterestCategoryId" : "9", "HierarchyLevel" : "2", "Label" : "CQ6SkH6", "Identifier" : "Cn9OEwe05BbxeKu5", "SourceId" : "6", "ContactInterestCategoryPath" : "54HByXuP", "DeletionFlag" : "False" }, ... ]

Select ContactInterestCategory by Id

https://customerapi.fts-crm360.com/data/ContactInterestCategories(5)
HttpMethod : GET
Json Result :
{ "HierarchyNode" : "Do3mdcPkp9r3epA4b", "ParentHierarchyNode" : "o3h sUMBn", "ContactInterestCategoryId" : "8", "HierarchyLevel" : "6", "Label" : "0vpwQI0TB6IP", "Identifier" : "jB d 35YlHTD7i", "SourceId" : "4", "ContactInterestCategoryPath" : "0PvBc1H 3ww", "DeletionFlag" : "True" }

Create a ContactInterestCategory

https://customerapi.fts-crm360.com/data/ContactInterestCategories()
HttpMethod : POST
Json Post :
{
"HierarchyNode" : "m8YvD",
"ParentHierarchyNode" : "KnJ 7sHOnWsUka3M",
"HierarchyLevel" : "7",
"Label" : "MJs4kkPHTW",
"Identifier" : "K5T2yOyqPzVVmfdLaKK",
"SourceId" : "2",
"ContactInterestCategoryPath" : "R h5CRCjuzY",
"DeletionFlag" : "True"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Update a ContactInterestCategory

https://customerapi.fts-crm360.com/data/ContactInterestCategories(5)
HttpMethod : PUT
Json Post :
{
"HierarchyNode" : "baYbyMEg",
"ParentHierarchyNode" : "k1 FZGZz7HM",
"ContactInterestCategoryId" : "6",
"HierarchyLevel" : "9",
"Label" : "w8u8vGg 8jWCBy Y9D",
"Identifier" : "0 qF827K52QjrhfmeD",
"SourceId" : "3",
"ContactInterestCategoryPath" : "Z4l4PuVDl",
"DeletionFlag" : "True"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Patch a ContactInterestCategory

https://customerapi.fts-crm360.com/data/ContactInterestCategories(5)
HttpMethod : PATCH
Json Post :
{
"DeletionFlag" : "True",
"SourceId" : "2"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Delete a ContactInterestCategory

https://customerapi.fts-crm360.com/data/ContactInterestCategories(5)
HttpMethod : DELETE

Translate a ContactInterestCategory label

https://customerapi.fts-crm360.com/data/ContactInterestCategories(5)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3