UserProfessionWithDetail
Represents detailed information about a user’s profession within an organization, including properties such as the profession's ID, code, and caption.
Properties
| Name | Description |
|---|---|
| Caption | A string representing the title or name of the user's profession within the organization. |
| Id | The unique identifier for the user’s profession within the system. |
| ProfessionCode | A unique code assigned to the user’s profession, used to identify the profession within organizational structures. |