POST
/
api
/
hris
/
v1
/
timesheet-entry

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connector-token
string
required

Body

application/json
employee
string
required

The employee the timesheet entry is for.

date
string
required

The date the time was logged.

hours_worked
default: 0

The number of hours logged by the employee.

break_duration
number
default: 0

The number of hours the employee took for a break.

start_time
string
required

The day and time of the start of the time requested off.

end_time
string
required

The day and time of the end of the time requested off.

Response

201 - application/json

The response is of type any.