Skip to main content

supplierDocumentLines

Gets the range of SupplierDocumentLine data via the available fields

supplierDocumentLines(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
includeDeleted: Boolean! = false
): [SupplierDocumentLine!]!

Arguments

supplierDocumentLines.lastId ● String scalar

Id to be used to get the next page (logic used: greater than)

supplierDocumentLines.updatedInDataMart ● DateTime scalar

DateTime when the document was updated in DataMart (logic used: greater than)

supplierDocumentLines.pageSize ● Int! non-null scalar

Maximum page size is 5000

supplierDocumentLines.includeDeleted ● Boolean! non-null scalar

IF set to true then returns also the deleted items. Not active yet.

Type

SupplierDocumentLine object

SupplierDocumentLines. Represents a line item in a supplier document. Note: if an Invoice Line is deleted on ERP side this will not be reflected in DataMart for the time being. Support for deletion detection is in development.