Manage the contact interest category entities.
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 |
Select all ContactInterestCategories
https://customerapi.fts-crm360.com/data/ContactInterestCategories()
HttpMethod : GET
Json Result :
[
{
"HierarchyNode" : "8nuNdy96PZjzRwul8I",
"ParentHierarchyNode" : "5BedT",
"ContactInterestCategoryId" : "4",
"HierarchyLevel" : "1",
"Label" : "bT43lWpoIdj Zv",
"Identifier" : "6avj3JhTF",
"SourceId" : "8",
"ContactInterestCategoryPath" : "i2dIa X",
"DeletionFlag" : "False"
},
{
"HierarchyNode" : "nWg8bmHlHYTo",
"ParentHierarchyNode" : "tjBi Ne",
"ContactInterestCategoryId" : "9",
"HierarchyLevel" : "1",
"Label" : "BbyxK CvcQNrj5xG",
"Identifier" : "A6KthfYI4",
"SourceId" : "1",
"ContactInterestCategoryPath" : "Ipmmidgp08lEn1Y7B",
"DeletionFlag" : "True"
},
...
]
Select ContactInterestCategory by Id
https://customerapi.fts-crm360.com/data/ContactInterestCategories(9)
HttpMethod : GET
Json Result :
{
"HierarchyNode" : "xt7c9",
"ParentHierarchyNode" : "f6 nQ4",
"ContactInterestCategoryId" : "2",
"HierarchyLevel" : "7",
"Label" : "llE aPcaD",
"Identifier" : "FEqHaG49FR",
"SourceId" : "2",
"ContactInterestCategoryPath" : "oxc9lOMs",
"DeletionFlag" : "True"
}
Create a ContactInterestCategory
https://customerapi.fts-crm360.com/data/ContactInterestCategories()
HttpMethod : POST
Json Post :
{
"HierarchyNode" : "2hxW7 sgPgYnu y9f",
"ParentHierarchyNode" : "6EeGZ8Sibo",
"HierarchyLevel" : "2",
"Label" : "XoMNIWEK",
"Identifier" : "QjArz CcJzQrVxzXaX",
"SourceId" : "4",
"ContactInterestCategoryPath" : "aP3BSA hyra4Vb",
"DeletionFlag" : "True"
}
Informations :
- Non mandatory fields are optional for Json Post
Update a ContactInterestCategory
https://customerapi.fts-crm360.com/data/ContactInterestCategories(9)
HttpMethod : PUT
Json Post :
{
"HierarchyNode" : "dak7PES 8hA2",
"ParentHierarchyNode" : "0s9rfdAr Z",
"ContactInterestCategoryId" : "8",
"HierarchyLevel" : "1",
"Label" : "qdXWW4GS4 xc",
"Identifier" : "W8CDv HJ89b",
"SourceId" : "2",
"ContactInterestCategoryPath" : "8o0dAz5u cmLHvF6",
"DeletionFlag" : "False"
}
Informations :
- Non mandatory fields are optional for Json Post
Patch a ContactInterestCategory
https://customerapi.fts-crm360.com/data/ContactInterestCategories(9)
HttpMethod : PATCH
Json Post :
{
"DeletionFlag" : "False",
"Identifier" : "FHCn5oy3",
"SourceId" : "4"
}
Informations :
- Non mandatory fields are optional for Json Post
Delete a ContactInterestCategory
https://customerapi.fts-crm360.com/data/ContactInterestCategories(9)
HttpMethod : DELETE
Translate a ContactInterestCategory label
https://customerapi.fts-crm360.com/data/ContactInterestCategories(9)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3