Skip to main content

generalLedgerBalancesByPeriod

Gets the latest GeneralLedgerBalance before a given finPeriodId for the specified account and subaccount; if accountId/subaccountId are not provided, one per combination is returned

generalLedgerBalancesByPeriod(
finPeriodId: String!
accountId: Int
subaccountId: Int
): [GeneralLedgerBalance!]!

Arguments

generalLedgerBalancesByPeriod.finPeriodId ● String! non-null scalar

Financial period identifier (exclusive upper bound)

generalLedgerBalancesByPeriod.accountId ● Int scalar

Account identifier

generalLedgerBalancesByPeriod.subaccountId ● Int scalar

Subaccount identifier

Type

GeneralLedgerBalance object