🕙Time Punch
Submit a time-punch request for time-in or time-out
Submit a time punch from third party software or hardware to Runtime HRMS.
POST
https://[data_center]/tpi/attendance/time-punch
The below parameters must be passed as a JSON object. The Content-Type must be set to application/json
.
Request Body
Name | Type | Description |
---|---|---|
employee_code* | string | Employee Code |
date_time* | string | Date & Time formatted in ISO for e.g. 2023-06-15 18:10:00 |
Last updated