ProjectRestrictionEmployeeItems
Use this endpoint to create, read, update and delete project restriction employee items. Restricts the hour types that an employee can use in time entries for a specific project.
Columns
| Name | Type | Description |
| ID [KEY] | String | Primary key |
| Created | Datetime | Date and time when the project restriction was created |
| Creator | String | ID of user that created the project restriction |
| CreatorFullName | String | Full name of user that created the project restriction |
| Division | Int | Division of project and project restriction |
| Modified | Datetime | Last date when the project restriction was modified |
| Modifier | String | ID of user that modified the project restriction |
| ModifierFullName | String | Full name of user that modified the project restriction |
| Project | String | Project ID that the restriction is referenced to |
| ProjectCode | String | Project code that the restriction is referenced to |
| ProjectDescription | String | Project description that the restriction is referenced to |
| Employee | String | The guid ID of the employee restricted to the project for hour entry |
| EmployeeFullName | String | The full name in string of the employee restricted to the project |
| EmployeeHID | Int | The HID of the employee restricted to the project for hour entry |
| Item | String | ID of item that linked to the project restriction |
| ItemCode | String | Code of item that linked to the project restriction |
| ItemDescription | String | Description of item that linked to the project restriction |
| ItemIsTime | Int | Indicates if the item is a time unit item |