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.
Example:
"018abccc-4a0a-7e7d-a9d7-56881f57a6b4"
The date the time was logged.
Example:
"2023-11-10"
The day and time of the start of the time requested off.
Example:
"2023-11-10T00:00:00Z"
The day and time of the end of the time requested off.
Example:
"2023-11-10T00:00:00"
The number of hours logged by the employee.
Example:
12
The number of hours the employee took for a break.
Example:
30
Response
201
application/json
Successful Response
The response is of type any
.