Edit Quote As Draft
POST /quotes/{quote_id}/edit-as-draft
POST
/quotes/{quote_id}/edit-as-draft
Convert a sent quote back into an editable draft via void+clone.
Voids the existing signing envelope (so the recipient’s link stops
resolving), marks the source voided, and creates a fresh draft
with all the line items copied across. Returns
{new_quote_id, new_quote_number, voided_envelope_id, source_quote_id}.
The caller should navigate to / update the new draft.
Authorizations
Parameters
Path Parameters
quote_id
required
Source quote UUID (must be in ‘sent’ status)
string
Source quote UUID (must be in ‘sent’ status)
Header Parameters
Responses
200
Successful Response
object
data
required
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string