Account Balance Total

The AccountBalanceTotal table stores the total balance of each account in the Account package. It contains columns for account number, total balance, currency, and date of balance. This table is used to keep track of the total value of each account's balance over time.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
date-time
required

The StatementDate field in the AccountBalanceTotal table contains the date when the total balance of the account is accurate. The data type of this field is date.

double | null

The ReportingClosingBalance field of data type decimal in the AccountBalanceTotal table stores the final, calculated balance reported to external users.

int64

The RowNumber field of the AccountBalanceTotal table stores a unique identifier for each row of data, represented by a bigint (big integer) data type. This field is essential for organizing and referencing individual records within the table, and is commonly used for sorting and filtering data. The large size of the bigint data type allows for a wide range of values to be stored, making it a reliable and efficient choice for this critical field.

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!