customerDocumentLines
Gets the range of Customer Documents data via the available fields
customerDocumentLines(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [CustomerDocumentLine!]!
Arguments
customerDocumentLines.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
customerDocumentLines.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
customerDocumentLines.pageSize ● Int! non-null scalar
Maximum page size is 5000
Type
CustomerDocumentLine object
CustomerDocumentLines. Lines belonging to a CustomerDocument (ARInvoice / CreditMemo / etc).