financialPeriods
Gets the range of FinancialPeriod data via the available fields
financialPeriods(
lastId: String
updatedInDataMart: DateTime
updatedInDataMartTo: DateTime
pageSize: Int! = 5000
includeDeleted: Boolean! = false
): [FinancialPeriod!]!
Arguments
financialPeriods.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
financialPeriods.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
financialPeriods.updatedInDataMartTo ● DateTime scalar
DateTime upper bound for when the document was updated in DataMart (logic used: less than); pairs with updatedInDataMart (greater than)
financialPeriods.pageSize ● Int! non-null scalar
Maximum page size is 5000
financialPeriods.includeDeleted ● Boolean! non-null scalar
IF set to true then returns also the deleted items
Type
FinancialPeriod object
FinancialPeriods. Represents a financial period (FinPeriod) from the ERP general ledger calendar.