debitNote
query
Get debit note by ID
Retrieves the full details of a debit note, including the additional charges, referenced document, and customer information.
query {
debitNote(companyId: Int!, documentId: Int!, options: DebitNoteOptionsSingle): DebitNote!
}Returns: DebitNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
options | DebitNoteOptionsSingle |