creditNoteUpdate
mutation
Update credit note
Modifies a draft credit note's details. Only draft credit notes can be updated. Returns the updated credit note.
mutation {
creditNoteUpdate(companyId: Int!, data: CreditNoteUpdate!, options: CreditNoteMutateOptions): CreditNote!
}Returns: CreditNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | CreditNoteUpdate! | |
options | CreditNoteMutateOptions |