IssueInvoiceInput
No description
input IssueInvoiceInput {
force: Boolean
id: InvoiceID!
recreate: Boolean
}
Fields
IssueInvoiceInput.force ● Boolean scalar
Set this true, to enforce issuing even if errors occur.
IssueInvoiceInput.id ● InvoiceID! non-null scalar
Unique identifier of the invoice.
IssueInvoiceInput.recreate ● Boolean scalar
Invoice is recreated again, including Odoo (Account.Move), DTA and PDF.
Member Of
issueInvoice mutation