update_absence
Update an existing employee absence record by specifying the absence ID, reason, dates, and payment details.
Instructions
Updating existing absence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Currently supported reasons: Injury, Sickness, MaternityLeave, MilitaryLeave, Vacation, InterruptionOfWork. New reasons might be added in the future. | |
| end_date | Yes | ||
| half_day | Yes | ||
| absenceId | Yes | Id of an absence | |
| disability | Yes | ||
| employeeId | Yes | Id of an employee | |
| paid_hours | Yes | ||
| start_date | Yes | ||
| continued_pay | Yes |