Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 773 Bytes

CreateDirectEmployeeRequestDataEmployment.md

File metadata and controls

28 lines (16 loc) · 773 Bytes

CreateDirectEmployeeRequestDataEmployment

The employment details of the employee

Properties

Name Type Description Notes
type TypeEnum The type of employment
endDate LocalDate The end date of the employment [optional]
jobTitle String The job title of the employment
seniority String The seniority of the employment
startDate LocalDate The start date of the employment
partTimePercentage BigDecimal The percentage of PART_TIME employment

Enum: TypeEnum

Name Value
PART_TIME "PART_TIME"
FULL_TIME "FULL_TIME"