Name | Type | Description | Notes |
---|---|---|---|
url | String | Direct url to the record. | [optional] |
employee_id | String | Unique employee-id. Can never be changed once an employee has been created | [optional] |
personal_identity_number | String | Personal identity number | [optional] |
first_name | String | First name | [optional] |
last_name | String | Last name | [optional] |
full_name | String | Full name | [optional] |
address1 | String | Address | [optional] |
address2 | String | Address | [optional] |
post_code | String | Post code | [optional] |
city | String | City | [optional] |
country | String | Country | [optional] |
phone1 | String | Phone number | [optional] |
phone2 | String | Phone number 2 | [optional] |
String | Email address | [optional] | |
employment_date | Date | Startdate of employment | [optional] |
employment_form | String | Type of employment. Validates against allowed values specified below. | [optional] |
salary_form | String | Type of salary form. Validates against allowed values specified below. | [optional] |
job_title | String | Job title | [optional] |
personel_type | String | Personel type. Validates against allowed values specified below. | [optional] |
inactive | BOOLEAN | True if employee is inactive | [optional] |
schedule_id | String | Schedule ID for scheduletimes | [optional] |
fora_type | String | Assigned fora type. Validates against allowed values specified below. | [optional] |
monthly_salary | Float | Monthly salary | [optional] |
hourly_pay | Float | Hourly pay | [optional] |
tax_allowance | String | Tax allowance. Validates against allowed values specified below. | [optional] |
tax_table | Float | Tax table | [optional] |
tax_column | Float | Tax column | [optional] |
auto_non_recurring_tax | BOOLEAN | Auto non recurring tax | [optional] |
non_recurring_tax | Float | Non-recurring tax % | [optional] |
clearing_no | String | Clearing number | [optional] |
bank_account_no | String | Bankaccount number | [optional] |
average_weekly_hours | Float | Average weekly hours | [optional] |
average_hourly_wage | Float | Average hourly wage | [optional] |
employed_to | Date | Enddate of employment | [optional] |