Time
Create timesheet entry
Create timesheet entry for an employee.
post/time/timesheet_entries
Request body
Example request
{
"starts_at": 1684023481,
"ends_at": 1684023481
}Response
OK
Example response
{
"data": {
"date": "2024-01-01"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.