request_global_leave
Submit global leave requests by providing employee ID, start and end dates, reason, countries, and contact details for HR approval and tracking.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contact_info | No | Contact information during leave | |
countries | Yes | Countries for which leave is being requested (e.g., ["USA", "UK"]) | |
employee_id | Yes | The ID of the employee requesting leave | |
end_date | Yes | End date of the leave (YYYY-MM-DD) | |
reason | Yes | Reason for the leave request | |
start_date | Yes | Start date of the leave (YYYY-MM-DD) |