voidInvoice
Void an invoice
This page contains
Arguments
input VoidInvoiceInput! PREVIEW |
VoidInvoiceInput fields
invoiceId ID! | UUID of the invoice to void |
Return Fields
invoice Invoice PREVIEW | The invoice that was voided |
creditMemos [CreditMemo] PREVIEW | The credit memos that were updated, either balance restored or voided. |
operationStatus BalanceOperationStatus PREVIEW | Status of the balance operation, either SUCCEEDED or FAILED |
userErrors [VoidInvoiceError!] PREVIEW | User errors in the void invoice request |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.