patch https://api.zenoti.com//v1/employees/
Update employee employment type and payroll inclusion status without modifying other employee details. This API allows partial updates for these two specific fields: Employment Type (0 - regular,1 - contractor) Include in Payroll (0/1)
Json Property | Data Type | Description |
---|
id | Guid | Unique identifier of the employee |
code | string | Code which is used to represent the employee |
center_id | Guid | Unique identifier of the center |
is_consultant | bool? | Boolean which represents whether employee is a consultant or not |
created_by | Guid | Created by Id - login employee id |
personal_info | EmployeePersonalInfo | Object which contains personal information of the employee |
address | EmployeeAddress | Object which contains address information of the employee |
login_info | EmployeeLoginInfo | Object which contains login information of the employee |
job_info | EmployeeJobInfo | Object which contains job information of the employee |
preference_info | EmployeePreferenceInfo | Object which contains preference information of the employee |
payroll_info | EmployeePayrollInfo | Payroll info |
vanity_image_url | string | Employee profile image |
roles | EmployeeRoles | Employee Role - Security Profile Id |
catalog_info | EmployeeCatalogInfo | Catalog Information |
calendar_sync_Id | string | Unique Id for calendar sync |
freshchat_restore_id | string | Fresh chat restore id for restoring conversations |
employee_history | List | List of employee history records |
Json Property | Data Type | Description |
---|
first_name | string | First name of the employee |
middle_name | string | Middle name of the employee |
last_name | string | Last name of the employee |
nick_name | string | Nick name of the employee |
notification_name | string | Name used in notifications |
email | string | Email address of the employee |
mobile_phone | PhoneInfo | Contains mobile phone details |
home_phone | PhoneInfo | Contains home phone details |
work_phone | PhoneInfo | Contains work phone details |
gender | NewGender | Enum to represent employee gender |
birth_date | DateTime | Date of birth of the employee |
anniversary_date | DateTime | Anniversary date of the employees |
Json Property | Data Type | Description |
---|
address_1 | string | Primary address of the employee |
address_2 | string | Secondary address of the employee |
city | string | Represents city of the employee |
country_id | int | Unique id of the country to which employee belongs |
state_id | int | Unique id of the state to which employee belongs |
zip_code | string | Zip code of the employee address |
Json Property | Data Type | Description |
---|
username | string | User name of the employee |
Json Property | Data Type | Description |
---|
security_profile_id | Guid | Unique identifier of the role |
Json Property | Data Type | Description |
---|
job_id | Guid | Unique identifier of the job |
job_name | string | Name of the job |
designation_id | Guid? | Unique identifier of the designation |
company_name | string | Name of the company |
salary | double | Salary of the employee |
hourly_rate | double | Hourly rate of the employee |
overtime_baseline_hours | double | Considered as overtime if worked above these hours |
overtime_type | int | Type of the overtime: day, week, or pay period |
overtime_multiplier | double? | Multiplier for the overtime |
Json Property | Data Type | Description |
---|
include_in_payroll | int | Include in payroll |
payout_model | PayOutModelTypeEnum? | Payout model |
include_overtime | OverTimeIncludeTypeEnum? | OverTime Calculation |
employment_type | PayrollEmploymentTypeEnum | Employment type |
Json Property | Data Type | Description |
---|
culture_id | int | Unique identifier of the culture |
search_tags | string | Tags associated with the employee |
receive_marketing_emails | bool | Boolean representing whether employee can receive marketing emails |
receive_marketing_messages | bool | Boolean representing whether employee can receive marketing messages |
receive_transactional_emails | bool | Boolean representing whether employee can receive transactional emails |
receive_transactional_messages | bool | Boolean representing whether employee can receive transactional messages |
receive_daily_reports | bool | Boolean representing whether employee can receive daily reports |
receive_register_closure_report | bool | Boolean representing whether employee can receive register closure reports |
waive_biometric_checkin | bool | Boolean representing whether biometric check-in is waived |
Json Property | Data Type | Description |
---|
show_in_catalog | bool | Show in catalog |
display_name | string | Display name |
description | string | Description |
custom_field_info | List | Custom field information |
Json Property | Data Type | Description |
---|
start_date | DateTime? | Start date |
end_date | DateTime? | End date |
termination_type | EmployeeTerminationType | Termination type |