debitNotes: queries | Moloni ON API
Moloni ONGuidesAPI ReferenceExplorer
API Reference

debitNotes

query

List debit notes

Retrieves a paginated list of debit notes for the company, with filtering by date, customer, status, and document set.

query {
  debitNotes(companyId: Int!, options: DebitNoteOptions): DebitNotes!
}

Returns: DebitNotes!

Arguments

NameTypeDescription
companyIdInt!
optionsDebitNoteOptions