...
Location Details with Hierarchical Org Structure in Breadcrumb/Flat Format :
Code Block | ||
---|---|---|
| ||
{ "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 : [@RootNode Name - Mandatory]
Code Block | ||
---|---|---|
| ||
{ "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" } } |
...