GET api/bfg/v1/funds/{clientId}/cash-accounts

Gets the client's cash-related accounts (for example cash management and nominated bank accounts), including bank identifiers, masked account numbers where applicable, and balances when available.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

The client identifier whose cash accounts are returned.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A <see cref="T:TPP.B2B.Webservices2.Contracts2.BFG.Funds.CashAccountsResult" /> containing the list of cash accounts and a success flag.

None.

Response Formats