UserDepartmentWithDetail Properties
An object defining properties for the UserDepartmentWithDetail class.
Id
The unique identifier for the user’s department within the system.
Type: long
Properties
A list of PropertyValueWithDetailDTO
objects representing custom properties associated with the user’s department, allowing additional user-specific data.
Type: List<PropertyValueWithDetailDTO>
DepartmentCode
A unique code assigned to the user’s department, used to identify the department within organizational structures.
Type: string
Caption
A string representing the title or name of the user's department within the organization.
Type: string