Skip to main content
POST
Convert an accepted quote to an invoice

Path Parameters

Converts an accepted quote into a new invoice. Only quotes with status: "accepted" can be converted. The resulting invoice inherits the line items, currency, and customer from the original quote. After conversion, the quote status changes to converted.

Example Request

Response

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

Invoice created from the quote.

data
object
message
string