CRM360° CustomerApi Documentation

Customer - Zone

Zone 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
ZoneId Int32
Label String
DeletionFlag Boolean
ZoneHierarchyLabel String
Contacts Collection of Contact
Stores Collection of Store
ZoneTranslations Collection of ZoneTranslation
MarketingActions Collection of MarketingAction

Examples

Select all Zones

https://customerapi.fts-crm360.com/data/Zones()
HttpMethod : GET
Json Result :
[ { "HierarchyNode" : "cAmOl", "ParentHierarchyNode" : "DJ 2l", "HierarchyLevel" : "9", "ZoneId" : "87", "Label" : "8Ak5UVD5w9zKei", "DeletionFlag" : "True", "ZoneHierarchyLabel" : "W0VpqZQ6KDZ M" }, { "HierarchyNode" : "ZFP 5yAbb", "ParentHierarchyNode" : "7hQo", "HierarchyLevel" : "4", "ZoneId" : "55", "Label" : "JPfviM6ivpvQ", "DeletionFlag" : "True", "ZoneHierarchyLabel" : "tcjt6e" }, ... ]

Select Zone by Id

https://customerapi.fts-crm360.com/data/Zones(2)
HttpMethod : GET
Json Result :
{ "HierarchyNode" : "Mh5ZUtHImfvf30", "ParentHierarchyNode" : "yohBCWBXsKD2 zDreC2", "HierarchyLevel" : "9", "ZoneId" : "71", "Label" : "WOez HI vCOxp", "DeletionFlag" : "False", "ZoneHierarchyLabel" : "4bRKKNN" }

Create a Zone

https://customerapi.fts-crm360.com/data/Zones()
HttpMethod : POST
Json Post :
{
"HierarchyNode" : "0SVh PbA",
"ParentHierarchyNode" : "OMSThO74Nra oCIJfl",
"HierarchyLevel" : "6",
"Label" : "xhYH8pfDkTwSB",
"DeletionFlag" : "True",
"ZoneHierarchyLabel" : "bn3WMUQ7gxPLP"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Update a Zone

https://customerapi.fts-crm360.com/data/Zones(2)
HttpMethod : PUT
Json Post :
{
"HierarchyNode" : "YUp0 Gr",
"ParentHierarchyNode" : "JV3u2T46H9TfshmO",
"HierarchyLevel" : "3",
"ZoneId" : "51",
"Label" : "1VtcQ3M GcmN1",
"DeletionFlag" : "True",
"ZoneHierarchyLabel" : "hdcc7BlpR2v"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Patch a Zone

https://customerapi.fts-crm360.com/data/Zones(2)
HttpMethod : PATCH
Json Post :
{
"HierarchyLevel" : "5",
"HierarchyNode" : "s aJlF7 n d G5 qW"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Delete a Zone

https://customerapi.fts-crm360.com/data/Zones(2)
HttpMethod : DELETE

Translate a Zone label

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