Web API for Pay Record Import
The HRPro Web Service APIs (Application Programming Interfaces) for Pay Record Import allow to you to create a Pay Record Information through JSON (web service).
After these APIs are installed and enabled, developers can use the APIs to create Pay Records from other systems (e.g. Finance Systems, Time and Attendance Systems, Rostering Systems, Employee Benefits Platforms, Sales Commissioning Systems, Point of Sale Systems etc.) that are going to pay at the next payroll generation.
Insert Pay Record API
PUT: api/PayRecordAPI/InsertPayRecord
Notes
The database to update is the data source defined in HRPro.Config if Database property is not provided
The response status code is either 400 (bad request), 401 (Unauthorized), or 404 (Not Found) for any exception, and the error description is on the Reason Phrase
The following are some languages/environments that support Web API: C, C#, cURL, Go, HTTP, Java, JavaScript, NodeJs, Objective-C, OCaml, PHP, PowerShell, Python, Shell, Swift, VB.Net, VBScript.
To enable Pay Record Import API, please define enablePayRecordWebAPI to true in HRPro.config.
Contact us to obtain the developerID.