Skip to main content
PATCH
Update a quote

Path Parameters

id
string
required

Quote UUID

Body

application/json
prospect_name
string

Prospect/contact name

prospect_email
string

Prospect email

prospect_phone
string

Prospect phone

prospect_company
string

Prospect company name

client_id
string

Existing client UUID if linked

discount_type
enum<string>

Discount type

Available options:
percentage,
fixed
discount_value
number

Discount value (percentage 0-100 or fixed amount)

validity_days
number

Days until quote expires

public_notes
string

Notes visible to client in PDF

private_notes
string

Internal notes (not visible to client)

status
enum<string>

Quote status

Available options:
draft,
sent,
accepted,
rejected,
expired
pipeline_stage_id
string

Pipeline stage UUID

blocks
object[]

Quote blocks (replaces all existing blocks)

updated_by
string

User UUID updating the quote

Response

Quote updated successfully