Time Sheet Entry
Create Timesheet
Creates a Time sheet object with the given values.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
The date the time was logged.
The employee the timesheet entry is for.
The day and time of the end of the time requested off.
The day and time of the start of the time requested off.
The number of hours the employee took for a break.
The number of hours logged by the employee.
Response
201 - application/json
The response is of type any
.