arHistoricalData
Gets the range of ARHistoricalData via the available fields
arHistoricalData(
lastId: String
updatedInDataMart: DateTime
updatedInDataMartTo: DateTime
pageSize: Int! = 5000
): [ARHistoricalData!]!
Arguments
arHistoricalData.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
arHistoricalData.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
arHistoricalData.updatedInDataMartTo ● DateTime scalar
DateTime upper bound for when the document was updated in DataMart (logic used: less than); pairs with updatedInDataMart (greater than)
arHistoricalData.pageSize ● Int! non-null scalar
Maximum page size is 5000
Type
ARHistoricalData object
ARHistoricalData. Represents the AR history balances per branch, account, currency, customer and financial period.