Estimates
Convert estimate to invoice
Creates a new customer invoice based on the estimate. The original estimate is preserved and links back to the new invoice via the conversion. Draft estimates cannot be converted.
POST
Convert estimate to invoice
Documentation Index
Fetch the complete documentation index at: https://docs.infinity.swiss/llms.txt
Use this file to discover all available pages before exploring further.
Converting an estimate
Creates a new customer invoice that mirrors the estimate’s template, recipient, and positions. The original estimate is preserved and links back to the new invoice via itsinvoicesFromQuote field, so a single estimate can be converted multiple times if needed.
The request body is optional:
openingDate— the opening date for the new invoice. Defaults to the current date.isDraft— whether to create the new invoice as a draft. Defaults totrue.
Draft estimates cannot be converted. Issue (or accept) the estimate first.
Authorizations
API token for authentication. Obtain from your Infinity account settings.
Path Parameters
The id of the estimate to convert.
Body
application/json
Optional conversion overrides.
Response
The estimate was converted to an invoice.
The full representation of a customer invoice.
Convert estimate to invoice