Logs a new time entry for a project. Fields entry_date, duration_minutes, and hourly_rate are required.
API key authentication. Generate keys from the Corebill dashboard under the Developers section.
Example: Authorization: Bearer sk_live_abc123def456
The project ID
The company ID to scope the request to
Date of the time entry
"2025-04-10"
Duration in minutes (must be > 0)
x >= 1480
Hourly rate (must be >= 0)
x >= 075
Associate with a specific task
"tsk_a1b2c3d4e5f6"
Description of work performed
"Implemented responsive navigation"
Whether this entry is billable (defaults to true)
true
Internal cost rate for profit tracking
37.5
Time entry created
Time entry object