creditNoteCreate
mutation
Create credit note
Issues a new credit note to adjust or refund a previous invoice. Must reference the original document. May trigger fiscal authority communication.
mutation {
creditNoteCreate(companyId: Int!, data: CreditNoteInsert!, options: CreditNoteMutateOptions): CreditNote!
}Returns: CreditNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | CreditNoteInsert! | |
options | CreditNoteMutateOptions |