Time Sheet Entry
Create Timesheet
Creates a Time sheet object with the given values.
POST
/
api
/
hris
/
v1
/
timesheet-entry
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
x-connector-token
string
requiredBody
application/json
employee
string
requiredThe employee the timesheet entry is for.
date
string
requiredThe date the time was logged.
start_time
string
requiredThe day and time of the start of the time requested off.
end_time
string
requiredThe day and time of the end of the time requested off.
hours_worked
default: 0
The number of hours logged by the employee.
break_duration
number
default: 0The number of hours the employee took for a break.
Response
201 - application/json
The response is of type any
.