AccountBalanceReport¶
Example Json Object
1{
2 "accountId": 0,
3 "accountDisplayId": "string",
4 "accountCode": "string",
5 "debitBalance": 0,
6 "creditBalance": 0,
7 "accountCategory": "BALANCESHEET"
8}
📄 Description: Data transfer object representing the financial status of an account, detailing ledger entries and transactions to provide a comprehensive overview of account balances within the General Ledger.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
accountId |
integer(int64) |
false |
none |
Unique identifier for the account |
accountDisplayId |
string |
false |
none |
Unique identifier for the account display |
accountCode |
string |
false |
none |
Code for the account |
debitBalance |
number |
false |
none |
Value for debitBalance field |
creditBalance |
number |
false |
none |
Value for creditBalance field |
accountCategory |
string |
false |
none |
Category of the account |
Enumerated Values
Attribute |
Value |
|---|---|
accountCategory |
BALANCESHEET, PROFITANDLOSS |