Skip to main content
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

string
required
The unique identifier of the employee logging the time.
string
required
The date the work was performed (ISO 8601 format).
number
required
The total number of hours worked on this date.
number
The expected number of hours for this shift. Defaults to 8 if not provided.
string
Optional notes or comments about the shift.
string
Optional ID of a specific project or task this time should be allocated to.

Response