Web API for Attendance Import

The HRPro Web Service APIs (Application Programming Interfaces) for Attendance Import allow you to upload attendance records to HRPro through JSON (web service). 

After these APIs are installed and enabled, developers can use the APIs to integrate your card reader system or website to enable real-time attendance record updates.

1. Upload Attendance Log

POST /api/AttendanceLogInsert

This web service will create an unposted Attendance Log Record and optionally post it to HRPro Attendance Record.

2. Post Attendance Log

POST /api/AttendanceLogPost

This web service will post all unposted Attendance Log Records to HRPro Attendance Record and then delete them.

3. Delete Attendance Log

POST /api/AttendanceLogDelete

This web service will delete all posted Attendance Log Records and optionally delete the unposted records

Notes