updateInvoice
Updates an invoice.
Arguments
Argument
Description
input (UpdateInvoiceInput!)
Parameters for UpdateInvoice
UpdateInvoiceInput Arguments
Argument
Description
id (ID!)
ID of the invoice to update.
externalUrl (String)
An external invoice URL to replace the default invoice.
status (InvoiceUpdatableStatusEnum)
Option to mark the final invoice status either uncollectible or paid.
Return fields
errors ([ModelValidationError!]!)
invoice (Invoice)
Last updated