v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Bank Accounts

Get bank account matter balances

Returns a list of bank account matter balances.

get/bankaccounts/{id}/matter-balances

Path parameters

idstring required

Query parameters

Offsetinteger
Limitinteger
LastUpdatedstring date-time
Example:2022-04-23T14:00:00Z

Returns items updated since the specified date and time.

MatterIdstring
Example:da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262

Filters items by the specified matter ID.

Response

When request is successful. Returns a collection of 'BankAccountMatterBalance' objects.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable
offsetinteger nullable
limitinteger nullable
sizeinteger

Example response

{
  "value": [
    {
      "balance": 1000,
      "protectedBalance": 1000,
      "availableBalance": 1000
    }
  ]
}