Update employment type and payroll information

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)

Response Model



EmployeeObjectModel

Json PropertyData TypeDescription
idGuidUnique identifier of the employee
codestringCode which is used to represent the employee
center_idGuidUnique identifier of the center
is_consultantbool?Boolean which represents whether employee is a consultant or not
created_byGuidCreated by Id - login employee id
personal_infoEmployeePersonalInfoObject which contains personal information of the employee
addressEmployeeAddressObject which contains address information of the employee
login_infoEmployeeLoginInfoObject which contains login information of the employee
job_infoEmployeeJobInfoObject which contains job information of the employee
preference_infoEmployeePreferenceInfoObject which contains preference information of the employee
payroll_infoEmployeePayrollInfoPayroll info
vanity_image_urlstringEmployee profile image
rolesEmployeeRolesEmployee Role - Security Profile Id
catalog_infoEmployeeCatalogInfoCatalog Information
calendar_sync_IdstringUnique Id for calendar sync
freshchat_restore_idstringFresh chat restore id for restoring conversations
employee_historyListList of employee history records

personal_info object (EmployeePersonalInfo)

Json PropertyData TypeDescription
first_namestringFirst name of the employee
middle_namestringMiddle name of the employee
last_namestringLast name of the employee
nick_namestringNick name of the employee
notification_namestringName used in notifications
emailstringEmail address of the employee
mobile_phonePhoneInfoContains mobile phone details
home_phonePhoneInfoContains home phone details
work_phonePhoneInfoContains work phone details
genderNewGenderEnum to represent employee gender
birth_dateDateTimeDate of birth of the employee
anniversary_dateDateTimeAnniversary date of the employees

address object (EmployeeAddress)

Json PropertyData TypeDescription
address_1stringPrimary address of the employee
address_2stringSecondary address of the employee
citystringRepresents city of the employee
country_idintUnique id of the country to which employee belongs
state_idintUnique id of the state to which employee belongs
zip_codestringZip code of the employee address

login_info object (EmployeeLoginInfo)

Json PropertyData TypeDescription
usernamestringUser name of the employee

roles object (EmployeeRoles)

Json PropertyData TypeDescription
security_profile_idGuidUnique identifier of the role

job_info object (EmployeeJobInfo)

Json PropertyData TypeDescription
job_idGuidUnique identifier of the job
job_namestringName of the job
designation_idGuid?Unique identifier of the designation
company_namestringName of the company
salarydoubleSalary of the employee
hourly_ratedoubleHourly rate of the employee
overtime_baseline_hoursdoubleConsidered as overtime if worked above these hours
overtime_typeintType of the overtime: day, week, or pay period
overtime_multiplierdouble?Multiplier for the overtime

payroll_info object (EmployeePayrollInfo)

Json PropertyData TypeDescription
include_in_payrollintInclude in payroll
payout_modelPayOutModelTypeEnum?Payout model
include_overtimeOverTimeIncludeTypeEnum?OverTime Calculation
employment_typePayrollEmploymentTypeEnumEmployment type

preference_info object (EmployeePreferenceInfo)

Json PropertyData TypeDescription
culture_idintUnique identifier of the culture
search_tagsstringTags associated with the employee
receive_marketing_emailsboolBoolean representing whether employee can receive marketing emails
receive_marketing_messagesboolBoolean representing whether employee can receive marketing messages
receive_transactional_emailsboolBoolean representing whether employee can receive transactional emails
receive_transactional_messagesboolBoolean representing whether employee can receive transactional messages
receive_daily_reportsboolBoolean representing whether employee can receive daily reports
receive_register_closure_reportboolBoolean representing whether employee can receive register closure reports
waive_biometric_checkinboolBoolean representing whether biometric check-in is waived

catalog_info object (EmployeeCatalogInfo)

Json PropertyData TypeDescription
show_in_catalogboolShow in catalog
display_namestringDisplay name
descriptionstringDescription
custom_field_infoListCustom field information

employee_history object (EmployeeHistory)

Json PropertyData TypeDescription
start_dateDateTime?Start date
end_dateDateTime?End date
termination_typeEmployeeTerminationTypeTermination type
Language
Credentials
Header
Click Try It! to start a request and see the response here!