Back to Organisation Service

Method Details for CreateEmployee.

Creates an employee into TimeLog

Parameters

  • employeeGuid Guid Employee unique identifier. Generate a new one for each employee (Guid)
  • username String The username of the new employee (string)
  • initials String The initials of the new employee (string)
  • firstname String Employee firstname (string)
  • lastname String Employee lastname (string)
  • employeeNo String Employee number (string)
  • email String Employee email address (string)
  • title String Employee title (string)
  • telephone String Telephone number (string)
  • mobile String Mobile telephone number (string)
  • normalWorkingTimeName String The name of the type of working time (string)
  • holidayCalendarName String The holiday calendar name (string)
  • allowanceName String The allowance legislation name (DK, SE or DE) (string)
  • employeeTypeName String The employee type name (string)
  • hourlyRateName String Standard hourly rate name of the employee (string)
  • costPriceName String Cost price name of the employee (string)
  • externalIdentifier String The external identifier (string)
  • departmentGuid Guid The department identifier (Guid)
  • token SecurityToken Security token associated with the request (SecurityToken)

Returns

Details of the new employee