EmployeeService
The Employee Service provides clients employee related functionalities such as reading, adding, updating, and deleting employees' information. This allows Administrators the ability to integrate their existing systems with BPS in real time.
The following operations are supported. For a formal definition, please review the Service Description.
-
AddEmployee
This method is used to add an employee's demographic and check routing information to BPS. -
DeleteEmployee
This method is used to remove information about an employee from BPS. -
GetEmployee
This method is used to retrieve an employee's demographic and check routing information from BPS. -
GetEmployeeHumanResourceInfo
This method is used to retrieve an employee's human resource information from BPS. -
SearchEmployees
This method is used to retrieve an employee's demographic and check routing information from BPS. -
UpdateEmployee
This method is used to update an employee's demographic and check routing information that already exists within BPS. -
UpdateEmployeeHumanResourceInfo
This method is used to retrieve an employee's human resource information from BPS.