Timesheets
Create or Update Entry
Creates a new timesheet entry for a specific date, or updates the existing entry.
POST
Create or Update Entry
The API will automatically create a draft Timesheet wrapper (usually a weekly period) if one does not already exist for the given date.
Body Parameters
The unique identifier of the employee logging the time.
The date the work was performed (ISO 8601 format).
The total number of hours worked on this date.
The expected number of hours for this shift. Defaults to 8 if not provided.
Optional notes or comments about the shift.
Optional ID of a specific project or task this time should be allocated to.
Response
Create or Update Entry