submit_timesheet
Submit timesheet for a given date range to initiate approval process.
Instructions
Submit timesheet for approval for a date range (e.g. a full week).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment for the submission | |
| endDate | Yes | End date YYYY-MM-DD | |
| startDate | Yes | Start date YYYY-MM-DD | |
| employeeUserId | No | UserID of the employee to submit for. Defaults to the authenticated user. |