Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 3.14 KB

File metadata and controls

42 lines (38 loc) · 3.14 KB

Employee

Properties

Name Type Description Notes
id int [optional]
version int [optional]
changes \Swagger\Client\Model\Change[] [optional]
url string [optional]
first_name string
last_name string
display_name string [optional]
employee_number string [optional]
date_of_birth string [optional]
email string [optional]
phone_number_mobile_country \Swagger\Client\Model\Country The country of the mobile phone number. If not set, the country is derived as best as possible from phoneNumberMobile. NB! 8 digit numbers are assumed to be Norwegian. [optional]
phone_number_mobile string [optional]
phone_number_home string [optional]
phone_number_work string [optional]
national_identity_number string [optional]
dnumber string [optional]
international_id \Swagger\Client\Model\InternationalId [optional]
bank_account_number string [optional]
iban string IBAN field [optional]
bic string Bic (swift) field [optional]
creditor_bank_country_id int Country of creditor bank field [optional]
uses_abroad_payment bool UsesAbroadPayment field. Determines if we should use domestic or abroad remittance. To be able to use abroad remittance, one has to: 1: have Autopay 2: have valid combination of the fields Iban, Bic (swift) and Country of creditor bank. [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]
is_contact bool [optional]
comments string [optional]
address \Swagger\Client\Model\Address Address tied to the employee [optional]
department \Swagger\Client\Model\Department [optional]
employments \Swagger\Client\Model\Employment[] Employments tied to the employee [optional]
holiday_allowance_earned \Swagger\Client\Model\HolidayAllowanceEarned [optional]
employee_category \Swagger\Client\Model\EmployeeCategory [optional]
is_auth_project_overview_url bool [optional]
picture_id int [optional]

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