wafeq_quotes_invoice_create
Convert an accepted quote into a new invoice. Provide the quote ID to create the corresponding invoice record.
Instructions
๐ก WRITE ยท creates data ยท Quotes ยท POST /quotes/{id}/invoice/
Convert quote to invoice
This endpoint can be used to convert a quote to an invoice.
Not idempotent โ calling twice creates two records. Pass idempotency_key (or let the server generate one) to make a retry safe.
Creates a NEW invoice from the quote. Calling twice creates two invoices โ pass an idempotency_key if you may retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |