Account Balance Items

The AccountBalanceItem table contains information associated with a particular balance item of an individual account, such as the account number, the balance type, the balance, and other relevant information. The AccountBalanceItem table is part of the Account package and is used to store and manage account balance information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

AccountBalanceItemId is an integer field in the AccountBalanceItem table that uniquely identifies each account balance item. This field will be used to join other tables, such as transactions, to the AccountBalanceItem table to match account balances to their corresponding transactions.

int32

The AccountBalanceId field in the AccountBalanceItem table is an integer that uniquely identifies an individual account balance item.

int32

ItemId is an integer field in the AccountBalanceItem table. It acts as an identifier for each record and is set up as a primary key. It is used to distinguish different items in the table and is never duplicated.

string | null

The EntityId field in the AccountBalanceItem table is an NVARCHAR data type with a maximum length of 450 characters and is used to store a unique identifier for each record. It can be used to join the AccountBalanceItem table to other tables in a database that contain data related to a specific entity.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!