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