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" : "38cgt60 9X", "ParentHierarchyNode" : "sz2zJV2", "HierarchyLevel" : "8", "BrandId" : "87", "Label" : "n5TwsS46GdJa7u", "DeletionFlag" : "True", "BrandPath" : "F62iVOxl" }, { "HierarchyNode" : "gkkcqThMVhN7NiFBQgA", "ParentHierarchyNode" : "2H JFx1 H", "HierarchyLevel" : "3", "BrandId" : "68", "Label" : "KuxUVoz14uZb", "DeletionFlag" : "True", "BrandPath" : "2XwfEswUF" }, ... ]

Select Brand by Id

https://customerapi.fts-crm360.com/data/Brands(40)
HttpMethod : GET
Json Result :
{ "HierarchyNode" : "vaW3cgEC1r", "ParentHierarchyNode" : "ewxrmtJXIuYXz4dP", "HierarchyLevel" : "6", "BrandId" : "21", "Label" : "w0nYj5S5ZXpVkFgYm9z", "DeletionFlag" : "True", "BrandPath" : "l78pXCh 9Rb13562YNx" }

Create a Brand

https://customerapi.fts-crm360.com/data/Brands()
HttpMethod : POST
Json Post :
{
"HierarchyNode" : "yw dYyRSg",
"ParentHierarchyNode" : "Qzv J4ptM1v6 EMerL",
"HierarchyLevel" : "6",
"Label" : "NwBIL07eRjxP",
"DeletionFlag" : "False",
"BrandPath" : "AoG4vB"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Update a Brand

https://customerapi.fts-crm360.com/data/Brands(40)
HttpMethod : PUT
Json Post :
{
"HierarchyNode" : "p 5j2V5R",
"ParentHierarchyNode" : "FFs oewlyU8JbnEecT",
"HierarchyLevel" : "1",
"BrandId" : "56",
"Label" : "yaiSivHjUe",
"DeletionFlag" : "False",
"BrandPath" : "Xdriccg2"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Patch a Brand

https://customerapi.fts-crm360.com/data/Brands(40)
HttpMethod : PATCH
Json Post :
{
"BrandPath" : "GaECNY0EZB1t",
"DeletionFlag" : "True"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Delete a Brand

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

Translate a Brand label

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