debitNoteCreate
mutation
Create debit note
Issues a new debit note to charge additional amounts to a customer (e.g., interest, penalties). May reference a previous invoice.
mutation {
debitNoteCreate(companyId: Int!, data: DebitNoteInsert!, options: DebitNoteMutateOptions): DebitNote!
}Returns: DebitNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | DebitNoteInsert! | |
options | DebitNoteMutateOptions |