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