Web API for Employee Master

The HRPro Web Service APIs (Application Programming Interfaces) for Employee Master allow you to query and maintain (Insert, Update, Delete) employee master record through JSON (web service). 

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

1. Get Employee Record(s)

POST: api/EmployeeAPI/EmployeeGet

This web service will read HRPro Employee Master for the whole list, a particular employee or one column or list of columns.

2. Insert Employee Record

POST api/EmployeeAPI/EmployeeInsert

This web service will insert an employee record.

Contact us to obtain the developerID.

3. Update Employee Record

PUT /api/EmployeeAPI/EmployeeUpdate

This web service can update an employee record.

3. Delete Employee Record

DELETE: api/EmployeeAPI/EmployeeDelete

This web service will delete an employee that is possible to delete.

Notes