CRM360° CustomerApi Documentation

Customer - Brand

Manage the brands entities allowed for the current user.

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
BrandId Int32
Label String
DeletionFlag Boolean
BrandPath String
PurchaseHeaders Collection of PurchaseHeader
PurchaseGoods Collection of PurchaseGood
Stores Collection of Store
LoyaltyCards Collection of LoyaltyCard
BrandTranslations Collection of BrandTranslation
MarketingExecutions Collection of MarketingExecution
Addresses Collection of Address
PurchaseGoodCategories Collection of PurchaseGoodCategory

Examples

Select all Brands

https://customerapi.fts-crm360.com/data/Brands()
HttpMethod : GET
Json Result :
[ { "HierarchyNode" : "OxGKIi", "ParentHierarchyNode" : "Sy bDLQT", "HierarchyLevel" : "7", "BrandId" : "89", "Label" : "ieH6Rh0Gbye W0m4Bnj", "DeletionFlag" : "True", "BrandPath" : "4wLBqWlLxARZwW9Sf" }, { "HierarchyNode" : "UAFayzCmcRNrF", "ParentHierarchyNode" : "GhkWuP", "HierarchyLevel" : "8", "BrandId" : "49", "Label" : "Q ds8DP6uH b", "DeletionFlag" : "False", "BrandPath" : "d9Y9D3T8F6JROxmjQt" }, ... ]

Select Brand by Id

https://customerapi.fts-crm360.com/data/Brands(10)
HttpMethod : GET
Json Result :
{ "HierarchyNode" : "f0 UFFhNVeiGrQnGY", "ParentHierarchyNode" : "QzlMT5ihq0", "HierarchyLevel" : "5", "BrandId" : "31", "Label" : "1RmUDCp", "DeletionFlag" : "False", "BrandPath" : "gq9ch dAlpOO 4OTgf" }

Create a Brand

https://customerapi.fts-crm360.com/data/Brands()
HttpMethod : POST
Json Post :
{
"HierarchyNode" : "i rvBVs D7iDtCYR",
"ParentHierarchyNode" : "N0XuDpPzD62XX ih3u",
"HierarchyLevel" : "5",
"Label" : "66H0 ZDBlfLlnTEqH",
"DeletionFlag" : "True",
"BrandPath" : "vb78  br6 g0"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Update a Brand

https://customerapi.fts-crm360.com/data/Brands(10)
HttpMethod : PUT
Json Post :
{
"HierarchyNode" : "5b Sthupl",
"ParentHierarchyNode" : "MivQvD62",
"HierarchyLevel" : "4",
"BrandId" : "84",
"Label" : "tZ 8t ht",
"DeletionFlag" : "False",
"BrandPath" : "Eq2rL"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Patch a Brand

https://customerapi.fts-crm360.com/data/Brands(10)
HttpMethod : PATCH
Json Post :
{
"ParentHierarchyNode" : "y8lT JOu",
"DeletionFlag" : "False"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Delete a Brand

https://customerapi.fts-crm360.com/data/Brands(10)
HttpMethod : DELETE

Translate a Brand label

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