Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2.68 KB

CreateEmployeeRequest.md

File metadata and controls

39 lines (34 loc) · 2.68 KB

CreateEmployeeRequest

Properties

Name Type Description Notes
first_name str the first name of the individual
last_name str the last name of the individual
employee_number str, none_type [optional]
display_full_name str, none_type [optional]
nationality str, none_type [optional]
job_title str, none_type [optional]
work_email str, none_type the work email of the individual [optional]
personal_email str, none_type the personal email of the individual [optional]
mobile_phone_number str, none_type +1234567890 [optional]
tax_id str, none_type [optional]
gender str, none_type [optional]
ethnicity str, none_type [optional]
marital_status str, none_type `other` option can include co-habitating, civil partnership, separated, widowed, etc [optional]
date_of_birth date, none_type [optional]
employment_status EmploymentStatusNotNullRequest [optional]
employment_type str, none_type [optional]
start_date date, none_type [optional]
termination_date date, none_type [optional]
avatar str, none_type [optional]
home_location AddressNoNonNullRequest [optional]
work_location LocationNoNonNullRequest [optional]
manager CreateEmployeeRequestManager [optional]
bank_account CreateEmployeeRequestBankAccount [optional]
employment_history [EmploymentHistoryNoNonNullRequest], none_type [optional]
compensation_history [CompensationHistoryNoNonNullRequest], none_type [optional]
custom_fields {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional]
groups GroupsNoNullEnumRequest [optional]
dependents [CreateEmployeeRequestDependents], none_type [optional]
emergency_contacts [CreateEmployeeRequestEmergencyContacts], none_type [optional]

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