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

creditNote

query

Get credit note by ID

Retrieves the full details of a credit note, including the original document reference, adjusted line items, and refund amounts.

query {
  creditNote(companyId: Int!, documentId: Int!, options: CreditNoteOptionsSingle): CreditNote!
}

Returns: CreditNote!

Arguments

NameTypeDescription
companyIdInt!
documentIdInt!
optionsCreditNoteOptionsSingle