apPayments
Gets the range of APPayments data via the available fields
apPayments(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
includeDeleted: Boolean! = false
): [APPayment!]!
Arguments
apPayments.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
apPayments.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
apPayments.pageSize ● Int! non-null scalar
Maximum page size is 5000
apPayments.includeDeleted ● Boolean! non-null scalar
If set to true, deleted items are also returned.
Type
APPayment object
APPayments. Deleted supplier payments are reflected in DataMart through deletedDatabaseRecord and returned when includeDeleted is true.