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

creditNotes

query

List credit notes

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

query {
  creditNotes(companyId: Int!, options: CreditNoteOptions): CreditNotes!
}

Returns: CreditNotes!

Arguments

NameTypeDescription
companyIdInt!
optionsCreditNoteOptions