go back Home

RowHierarchyLevel

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<hierarchy_level company_id="..." id="..." description="..." level_number="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"hierarchy_level","company_id":"...","id":"...","description":"...","level_number":"..."}

Fields

key name size type
company_id 4 String
id 32 String
description 30 String
level_number 10 int