Add a time punch for a worker.
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 ' { "erf_id": "<string>", "punch_date": "2026-03-17 10:00:00" } '
true
Worker ID
Time punch data
Shift assignment ID.
Punch datetime.
"2026-03-17 10:00:00"
Created
The response is of type boolean.
boolean