Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 917 Bytes

SalariesCreateSalaryRequest.md

File metadata and controls

33 lines (21 loc) · 917 Bytes

SalariesCreateSalaryRequest

Properties

Name Type Description Notes
employeeId UUID The ID of the employee
payPeriod PayPeriodEnum Payment period of contract
currency String Currency of contract
grossSalary Float Salary amount
payments Integer Number of payments
contributionGroupId UUID Contribution group id
startDate LocalDate Salary start date
endDate LocalDate Salary end date [optional]
comments String Comments [optional]

Enum: PayPeriodEnum

Name Value
DAILY "daily"
WEEKLY "weekly"
BIWEEKLY "biweekly"
MONTHLY "monthly"
YEARLY "yearly"