Skip to content

Duplicate Quote

POST
/quotes/{quote_id}/duplicate

Clone any quote into a new draft. Title gets (Copy) suffix.

Authorizations

Parameters

Path Parameters

quote_id
required

Source quote UUID (any status)

string

Source quote UUID (any status)

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

Full row + line items + activity + envelope from GET /quotes/{id}.

Open dict because _get_quote_detail returns the dynamic _row_to_dict shape plus resolved contact/company/envelope blocks.

object
activity
Any of:
Array<object>
object
key
additional properties
any
envelope
Any of:
object
key
additional properties
any
id
Any of:
string
line_items
Any of:
Array<object>
object
key
additional properties
any
quote_number
Any of:
string
status
Any of:
string
title
Any of:
string
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string