journalTransactions
Gets the range of JournalTransaction data via the available fields
journalTransactions(
lastId: String
accountId: Int
fromFinancialPeriod: String
toFinancialPeriod: String
updatedInDataMart: DateTime
updatedInDataMartTo: DateTime
pageSize: Int! = 5000
): [JournalTransaction!]!
Arguments
journalTransactions.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
journalTransactions.accountId ● Int scalar
Id of the account.
journalTransactions.fromFinancialPeriod ● String scalar
Lower-bound financial period (yyyyPP, PP = financial period number, usually the month; logic used: greater than or equal); pairs with toFinancialPeriod. Use the same value in both for a single period.
journalTransactions.toFinancialPeriod ● String scalar
Upper-bound financial period (yyyyPP, PP = financial period number, usually the month; logic used: less than or equal); pairs with fromFinancialPeriod. Use the same value in both for a single period.
journalTransactions.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
journalTransactions.updatedInDataMartTo ● DateTime scalar
DateTime upper bound for when the document was updated in DataMart (logic used: less than); pairs with updatedInDataMart (greater than)
journalTransactions.pageSize ● Int! non-null scalar
Maximum page size is 5000
Type
JournalTransaction object
JournalTransactions. Represents a general ledger journal transaction.