Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 784 Bytes

HrisDirectEmployeeContract.md

File metadata and controls

26 lines (14 loc) · 784 Bytes

HrisDirectEmployeeContract

Properties

Name Type Description Notes
contractOid String The Hris Direct employee contract ID
startDate LocalDate Short date in format ISO-8601 (YYYY-MM-DD). For example: 2022-12-31.
employeeNumber BigDecimal [optional]
endDate LocalDate Short date in format ISO-8601 (YYYY-MM-DD). For example 2022-12-31. [optional]
employmentType EmploymentTypeEnum
partTimePercentage BigDecimal required if employmentType is "PART_TIME"

Enum: EmploymentTypeEnum

Name Value
FULL_TIME "FULL_TIME"