Skip to end of banner
Go to start of banner

JSON Structures For Level/Org Details

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Parameters:

Possible Parameters are :

  1. Root Level Name[Optional]

  2. Location Name/Code[Optional]

  3. Country[Optional]

  1. Location Details with Hierarchical Org Structure in Breadcrumb/Flat Format :

{
    "Level:     : "By Geography/By Country",
    "LocationId": "1234",
    "LocationCode": "Test",
    "LocationName": "Test",
    "Address": "Test",
    "City": "Test",
    "State": "Test",
    "Country": "Test",
    "Zip": "765432"    
    
}

2. Location Details with Hierarchical Org Structure :

{
  "Levels": [
    [
       
      "By Division",
      "Sub Level 1",
      "Sub Level 2"
    ],
    [
      "By Geography",
      "Sub Level 11"
    ],
    [
      "By Distribution",
      "Sub Level 21",
      "Sub Level 22",
      "Sub Level 23",
      "Sub Level 24"
    ]
  ],
  "Details": {
    "LocationId"  :"1234",
    "LocationCode": "Test",
    "LocationName": "Test",
    "Address": "Test",
    "City": "Test",
    "State": "Test",
    "Country": "Test",
    "Zip": "765432"
  }
"Levels": [
    [
       
      "By Division",
      "Sub Level 1",
      "Sub Level 2"
    ],
    [
      "By Geography",
      "Sub Level 11"
    ],
    [
      "By Distribution",
      "Sub Level 21",
      "Sub Level 22",
      "Sub Level 23",
      "Sub Level 24"
    ]
  ],
  "Details": {
    "LocationId"  :"1234",
    "LocationCode": "Test",
    "LocationName": "Test",
    "Address": "Test",
    "City": "Test",
    "State": "Test",
    "Country": "Test",
    "Zip": "765432"
  }
}

3. Org Details

  • No labels