create_time_off_request
Submit a new time-off request for a worker by providing worker ID, policy ID, start date, and end date.
Instructions
Create a new time-off request for a worker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Notes for the request | |
| end_date | Yes | End date (YYYY-MM-DD) | |
| policy_id | Yes | The time-off policy ID | |
| worker_id | Yes | The worker ID | |
| start_date | Yes | Start date (YYYY-MM-DD) |