Quotes
Update Quote
Updates one or more fields on an existing quote.
PATCH
Headers
string
required
Bearer YOUR_API_KEYPath Parameters
string
required
UUID of the quote to update.
Body
Send only the fields you want to change. At least one field is required.string
New status. One of:
Draft, Sent, Accepted, Declined, Expired.string
Updated description.
string
Updated valid until date in
YYYY-MM-DD format.number
Updated total amount.
string
Updated 3-letter currency code.
number
Updated tax rate as a percentage (0–100).
Response
boolean
true on update.object
The updated quote object.

