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
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
toggleBalanceSign: Boolean! = false
): [GeneralLedgerBalance!]!
Arguments
generalLedgerBalancesByPeriod.finPeriodId ● String! non-null scalar
Financial period identifier (inclusive upper bound)
generalLedgerBalancesByPeriod.accountId ● Int scalar
Account identifier
generalLedgerBalancesByPeriod.subaccountId ● Int scalar
Subaccount identifier
generalLedgerBalancesByPeriod.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
generalLedgerBalancesByPeriod.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
generalLedgerBalancesByPeriod.pageSize ● Int! non-null scalar
Maximum page size is 5000
generalLedgerBalancesByPeriod.toggleBalanceSign ● Boolean! non-null scalar
If set to true, the balance sign will be toggled
Type
GeneralLedgerBalance object
GeneralLedgerBalances. Represents the balance of a general ledger account for a specific period.