Skip to main content
PUT
Update a draft quote

Path Parameters

Request Body

Only quotes with status: "draft" can be updated. Attempting to update a sent or accepted quote returns a 400 error.

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

Body

application/json
customer_id
string<uuid>
required
line_items
object[]
required
Minimum array length: 1
currency
string
valid_until
string<date-time> | null
notes
string
terms
string
tax_amount
integer
discount_amount
integer

Response

Updated quote.

data
object