EmployeeRestrictionItems
Use this endpoint to create, read, update and delete employee restriction items. Restriction items limit the hour types that an employee can use in time entries.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | False |
Primary key |
| Created | Datetime | False |
Date and time when the employee restriction was created |
| Creator | String | False |
ID of user that created the employee restriction |
| CreatorFullName | String | False |
Full name of user that created the employee restriction |
| Division | Int | False |
Division of employee restriction |
| Employee | String | False |
ID of the employee that linked to the employee restriction |
| EmployeeFullName | String | False |
Full name in string of the employee |
| EmployeeHID | Int | False |
Employee HID of the employee |
| Item | String | False |
ID of item that linked to the employee restriction |
| ItemCode | String | False |
Code of item |
| ItemDescription | String | False |
Description of item |
| ItemIsTime | Int | False |
Indicates if the item is a time unit item |
| Modified | Datetime | False |
Last date when the employee restriction was modified |
| Modifier | String | False |
ID of user that modified the employee restriction |
| ModifierFullName | String | False |
Full name of user that modified the employee restriction |