Creates a Time sheet object with the given values.
cURL
curl --request POST \ --url https://api.bindbee.dev/api/hris/v1/timesheet-entry \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-connector-token: <x-connector-token>' \ --data '{ "employee": "018abccc-4a0a-7e7d-a9d7-56881f57a6b4", "date": "2023-11-10", "hours_worked": 12, "break_duration": 30, "start_time": "2023-11-10T00:00:00Z", "end_time": "2023-11-10T00:00:00" }'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any