add_my_time_entry
Log a manual time entry for a customer and service with start and end times. Optionally set billable status, project, or description for accurate tracking.
Instructions
Add a manual time entry for the authenticated user.
Args: customers_id: ID of the customer services_id: ID of the service time_since: Start time (e.g., 2025-01-01T09:00:00Z) time_until: End time (e.g., 2025-01-01T10:00:00Z) billable: Whether the entry is billable (1) or not (0) projects_id: Optional project ID text: Optional description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| billable | No | ||
| time_since | Yes | ||
| time_until | Yes | ||
| projects_id | No | ||
| services_id | Yes | ||
| customers_id | Yes |