This endpoint serves the purpose of creating a worker time punch.
cURL
curl --request POST \ --url https://api.roostedhr.com/api/1_12/workers/{id}/time-punches \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "clock": "2023-01-01 22:33:44" } '
true
Worker ID
Clock of the time punch
"2023-01-01 22:33:44"
OK
The response is of type boolean.
boolean