CRM360° CustomerApi Documentation

Customer - PurchaseGoodCategory

PurchaseGoodCategory entities

Required HTTP Headers

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

Functions

Entity Properties

Name Type Is Mandatory
HierarchyNode String
ParentHierarchyNode String
HierarchyLevel Int16
PurchaseGoodCategoryId Int16
Identifier String
SourceId Int16
Label String
BrandId Int32
PurchaseGoodCategoryPath String
DeletionFlag Boolean
Brand Brand
ContactInterests Collection of ContactInterest
PurchaseGoods Collection of PurchaseGood
Source Source
PurchaseGoodCategoryTranslations Collection of PurchaseGoodCategoryTranslation
Segments Collection of Segment

Examples

Select all PurchaseGoodCategories

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories()
HttpMethod : GET
Json Result :
[ { "HierarchyNode" : "2bl9Dirm7NzZVq", "ParentHierarchyNode" : "F18 7czAC3d0cM q0Sq", "HierarchyLevel" : "7", "PurchaseGoodCategoryId" : "9", "Identifier" : "xxoBNEYXVJXuw6o2JK", "SourceId" : "1", "Label" : "hFltNZGh9Gq", "BrandId" : "92", "PurchaseGoodCategoryPath" : "OELK4", "DeletionFlag" : "True" }, { "HierarchyNode" : "nrhTctb4B9HfrdUq", "ParentHierarchyNode" : "5z 81ZN", "HierarchyLevel" : "5", "PurchaseGoodCategoryId" : "5", "Identifier" : "h0brP6Ux1iRPf8N", "SourceId" : "5", "Label" : "9JOj4", "BrandId" : "40", "PurchaseGoodCategoryPath" : "QF xx", "DeletionFlag" : "False" }, ... ]

Select PurchaseGoodCategory by Id

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(6)
HttpMethod : GET
Json Result :
{ "HierarchyNode" : "B5CkR2k", "ParentHierarchyNode" : "scH4qT2vVZ", "HierarchyLevel" : "3", "PurchaseGoodCategoryId" : "4", "Identifier" : "HnbbaJfi", "SourceId" : "9", "Label" : "ObOcCJ6tFj21a", "BrandId" : "28", "PurchaseGoodCategoryPath" : "kxiBb4", "DeletionFlag" : "False" }

Create a PurchaseGoodCategory

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories()
HttpMethod : POST
Json Post :
{
"HierarchyNode" : "y5RmH0tEzs53",
"ParentHierarchyNode" : "b1 k qIwWQL",
"HierarchyLevel" : "2",
"Identifier" : "1Y7gipJ8bi",
"SourceId" : "7",
"Label" : "y2YeCJgYoI6ub",
"BrandId" : "3",
"PurchaseGoodCategoryPath" : "7uaoEbx",
"DeletionFlag" : "True"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Update a PurchaseGoodCategory

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(6)
HttpMethod : PUT
Json Post :
{
"HierarchyNode" : "RIPue T",
"ParentHierarchyNode" : "AnzvQ",
"HierarchyLevel" : "3",
"PurchaseGoodCategoryId" : "1",
"Identifier" : "xtscMDgaNO 4qGA",
"SourceId" : "8",
"Label" : "WwAQp",
"BrandId" : "14",
"PurchaseGoodCategoryPath" : "mq Z Lc",
"DeletionFlag" : "False"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Patch a PurchaseGoodCategory

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(6)
HttpMethod : PATCH
Json Post :
{
"PurchaseGoodCategoryPath" : "pCS25Nm fQ Z",
"Identifier" : "5l6q5gE Gk",
"Label" : "0hoH Ax2WQb8k"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Delete a PurchaseGoodCategory

https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(6)
HttpMethod : DELETE

Translate a PurchaseGoodCategory label

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