Skip to main content

AddAccounts

AddAccounts(AddAccountsRequest)

Required? No

Overview:

The AddAccounts method is leveraged with the Large Account List feature and is used to provide the accounts needed for deposit activity within bRDC. At present, up to 5,000 accounts can be accommodated in a single AddAccounts request. Please see the “Large Account List” guide for more.

The AddAccounts method can be used in an iterative manner, i.e. passing groups of accounts in multiple Requests. Some notes specific to this type of interaction:

  • If there are one or more valid accounts in the request, we will return the ‘00’ success response.
  • In general, we would recommend completing all AddAccounts Request/Response messaging before allowing the User to proceed with deposit activity to ensure that all accounts are available to the User.
  • Subsequent AddAccounts calls will only append new accounts. Any accounts passed in that were added to the session by previous AddAccounts calls will be ignored.

Sequence Requirements: The AddAccounts method should be called immediately following a successful StartSession request/response.

note

Do not send fields as Null. All fields must be passed with a value or empty. Use basicHttpBinding, and don’t use message security, but only transport level security (SSL).

Parameters

TYPENAMEDESCRIPTION
AddAccountsRequestrequest

Returns

TYPEDESCRIPTION
AddAccountsResponse