AccountService
This version of Account Service provides clients enhanced methods. AddEmployeeAccount and UpdateEmployeeAccount now take Eligibility Date and Termination Date.
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 to 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 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 who wants their dependent to have access with their card. -
UpdateEmployeeAccount
This method is used to update an employee's existing account within BPS.