supplierDocuments
Gets the range of supplier document data via the available fields
supplierDocuments(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
includeDeleted: Boolean! = false
): [SupplierDocument!]!
Arguments
supplierDocuments.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
supplierDocuments.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
supplierDocuments.pageSize ● Int! non-null scalar
Maximum page size is 5000
supplierDocuments.includeDeleted ● Boolean! non-null scalar
IF set to true then returns also the deleted items
Type
SupplierDocument object
SupplierDocuments. Represents a supplier document (e.g., Invoice). Note: if a Supplier Document is deleted on ERP side this will not be reflected in DataMart for the time being. Support for deletion detection is in development.