debitNoteUpdate
mutation
Update debit note
Modifies a draft debit note's details. Only draft debit notes can be updated. Returns the updated debit note.
mutation {
debitNoteUpdate(companyId: Int!, data: DebitNoteUpdate!, options: DebitNoteMutateOptions): DebitNote!
}Returns: DebitNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | DebitNoteUpdate! | |
options | DebitNoteMutateOptions |