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 employee the timesheet entry is for.
The date the time was logged.
The day and time of the start of the time requested off.
The day and time of the end of the time requested off.
The number of hours logged by the employee.
The number of hours the employee took for a break.
Response
201
application/json
Successful Response
The response is of type any
.