v1

latestOpenAPI 3.0.12026-07-24192492466.5 KB
Employees

Create an Employee

Create an Employee and returns created employee identifier.

post/hris/employees

Request body

employeeNumberstring nullable
displayNamestring nullable
firstNamestring nullable
middleNamestring nullable
lastNamestring nullable
emailstring nullable
mobileNumberstring nullable
gender0 | 1 | 2 | 3
dateOfBirthstring date-time
dateJoinedstring date-time
departmentstring nullable
businessUnitstring nullable
jobTitlestring nullable
secondaryJobTitlestring nullable
locationstring nullable
legalEntitystring nullable
nationalitystring nullable

Response

OK

succeededboolean

Gets or sets a value indicating whether this Keka.API.Web.Core.Response`1 is succeeded.

messagestring nullable

Gets or sets the message.

errorsstring[] nullable

Gets or sets the errors.

datastring nullable

Gets or sets the data.