Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.11 KB

Employee.md

File metadata and controls

32 lines (28 loc) · 2.11 KB

Employee

Properties

Name Type Description Notes
id int [optional]
version int [optional]
changes \Tripletex\Model\Change[] [optional]
url string [optional]
first_name string
last_name string
employee_number string [optional]
date_of_birth string [optional]
email string [optional]
phone_number_mobile string [optional]
phone_number_home string [optional]
national_identity_number string [optional]
dnumber string [optional]
international_id \Tripletex\Model\InternationalId [optional]
bank_account_number string [optional]
user_type string Define the employee's user type.<br>STANDARD: Reduced access. Users with limited system entitlements.<br>EXTENDED: Users can be given all system entitlements.<br>NO_ACCESS: User with no log on access.<br>Users with access to Tripletex must confirm the email address. [optional]
allow_information_registration bool Determines if salary information can be registered on the user including hours, travel expenses and employee expenses. The user may also be selected as a project member on projects. [optional] [default to false]
is_contact bool [optional] [default to false]
comments string [optional]
address \Tripletex\Model\Address Address tied to the employee [optional]
department \Tripletex\Model\Department [optional]
employments \Tripletex\Model\Employment[] Employments tied to the employee [optional]
holiday_allowance_earned \Tripletex\Model\HolidayAllowanceEarned [optional]

[Back to Model list] [Back to API list] [Back to README]