userHierarchyLevelDto Data Type

The Class UserHierarchyLevelDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs wrapped by description
code string attribute 1/1   The code
description string attribute 0/1   The description
id long attribute 0/1   The id.
auditable auditableDto element 0/1    
auditableField auditableFieldDto element 0/unbounded auditableFields  
orderLevel long element 0/1   The order level.
parentLevel string element 0/1   The parent level.
updatedCode string element 0/1   The updated code.
userHierarchyLevel userHierarchyLevelDto element 0/unbounded childLevels The child levels.

Example

<UserHierarchyLevel code="..." description="..." id="...">
  <parentLevel>...</parentLevel>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <childLevels>
    <userHierarchyLevel/>
  </childLevels>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable created="..." creator="..." updated="..." updater="..."/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <updatedCode>...</updatedCode>
  <orderLevel>...</orderLevel>
</UserHierarchyLevel>