Developer Documentation
  • 👋Introduction
  • Overview
    • 🔑API Authentication
    • âš¡Rate Limits
  • Attendance
    • 🕙Time Punch
Powered by GitBook
On this page

Was this helpful?

  1. Attendance

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

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

PreviousRate Limits

Last updated 1 year ago

Was this helpful?

🕙