Web API for Payroll Import

The HRPro Web Service APIs (Application Programming Interfaces) for Payroll Import allow to you to update the Salary Information of an existing Payroll batch through JSON (web service). 

After these APIs are installed and enabled, developers can use the APIs to

Update Payroll API

PUT: api/PayrollAPI/UpdatePayroll

This web service can update the daily rate, number of days and pay amount of an existing payroll batch.

Update Mid-Month Payroll API

PUT: api/PayrollAPI/UpdateMidMonthPayroll

This web service can update the daily rate, number of days and pay amount of an existing Mid-Month payroll batch. 

The API Properties are the same as Update Payroll API

Notes