AccountService
This version of Account Service provides clients with functionalities such as reading, adding, updating, and deleting employees and dependents information within BPS.
The following operations are supported. For a formal definition, please review the Service Description.
-
AddEmployeeAccount
This method is used to add employee account information to BPS. This method accepts a new version of the request object. -
DeleteEmployeeAccount
This method is used to remove employee account information from BPS. -
GetDependentAccounts
This method is used to return a list of accounts for a given dependent within BPS. -
GetEmployeeAccounts
This method is used to get a list of all of an employee’s accounts given the employee’s social security number or a card number. -
RemoveDependentAccount
This method is used to remove an account from a dependent within BPS. -
SetDependentAccount
This method is used to set an account to a dependent within BPS for an employee that wishes their dependent to have access with their card. -
UpdateEmployeeAccount
This method is used to update an employee's existing account within BPS.