Accountingreportgenerationinput
Represents the input for the accounting report generation.
The balance types to include in the generated report.
Possible values: [OPENING_BALANCE, NET_CHANGE, CLOSING_BALANCE]
The branch ID or encoded key to filter general ledger journal entries by.
The ISO currency code to filter general ledger accounts by.
The inclusive end date in the organization time format and timezone that the general ledger journal entries' entry date is filtered to.
1987-04-26The account types to filter general ledger accounts by. For header general ledger accounts the report will reflect the sum of the detail general ledger accounts that match the given filters used.
Possible values: [ASSET, LIABILITY, EQUITY, INCOME, EXPENSE]
The inclusive start date in the organization time format and timezone that the general ledger journal entries' entry date is filtered from.
1987-04-26{
"balanceTypes": [
"OPENING_BALANCE"
],
"branchId": "string",
"currencyCode": "string",
"endDate": "1987-04-26",
"glTypes": [
"ASSET"
],
"startDate": "1987-04-26"
}