Skip to main content

Accountingreportgenerationinput

Represents the input for the accounting report generation.

balanceTypesstring[]

The balance types to include in the generated report.

Possible values: [OPENING_BALANCE, NET_CHANGE, CLOSING_BALANCE]

branchIdstring

The branch ID or encoded key to filter general ledger journal entries by.

currencyCodestring

The ISO currency code to filter general ledger accounts by.

endDatestring<date>required

The inclusive end date in the organization time format and timezone that the general ledger journal entries' entry date is filtered to.

Example: 1987-04-26
glTypesstring[]

The 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]

startDatestring<date>required

The inclusive start date in the organization time format and timezone that the general ledger journal entries' entry date is filtered from.

Example: 1987-04-26
Accountingreportgenerationinput
{
"balanceTypes": [
"OPENING_BALANCE"
],
"branchId": "string",
"currencyCode": "string",
"endDate": "1987-04-26",
"glTypes": [
"ASSET"
],
"startDate": "1987-04-26"
}