Account Transaction Cumalative Balances

The AccountTransactionCumalativeBalance table stores Account Transactions and their Cumulative Balances in the Account package. This table is populated when Transactions are created, and its contents are updated with each new Transaction. It contains data such as TransactionId, AccountId, TransactionType, Amount, Balance and Date. The Balance is calculated by summing up all the Transactions up to the specified Date. This table is useful for generating balance sheets and other financial reports.

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

AccountTransactionId is an integer primary key field in the AccountTransactionCumalativeBalance table. It is an auto-generated number field used to uniquely identify each individual account transaction for the purpose of tracking the cumalative all-time balance of the account.

double | null

The CumalativeBalance field in the AccountTransactionCumalativeBalance table contains the running total of all transactions associated with the account. This value is stored in a decimal (currency) format, to reflect the currency-based nature of the transactions.

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!