🕙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

{
    "success": true,
    "message": "ok"
}

Last updated