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
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [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

Type

GeneralLedgerBalance object