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
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | CreditNoteOptions |