Skip to content

Mark Quote Accepted

POST
/quotes/{quote_id}/mark-accepted

Accept a quote on the customer’s behalf. THIS RAISES AN INVOICE.

It runs the same provisioning path a signed envelope runs: the quote flips to accepted, the total rolls up to the linked deal, and provision_from_accepted_quote materialises the invoice or subscription with the org’s configured billing provider. Use it when the customer paid or signed outside graph8, not to tidy up a stale quote.

evidence_type and evidence_note are REQUIRED and land on the audit row stamped method="manual", so a manual accept stays distinguishable from a signed-envelope accept forever.

The app additionally requires the caller to be an Owner/Admin or the resolved quote/deal owner, and refuses a quote that is not in the sent/viewed transition set with a 409.

Authorizations

Parameters

Path Parameters

quote_id
required

Quote id (UUID).

string

Quote id (UUID).

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Evidence for an acceptance that happened OUTSIDE graph8 e-sign.

Both fields are required by the app and stay required here. This is the audit trail for a quote accepted on a wire transfer or a paper contract, and an acceptance with no recorded reason is the one thing a finance surface cannot afford.

object
evidence_note
required

What happened, in the accepter’s own words. Stored on the audit row.

string
>= 3 characters <= 2000 characters
evidence_type
required

How the customer accepted, outside the e-sign flow.

string
Allowed values: offline_signature customer_email verbal_authorization payment_received

Responses

200

Successful Response

object
data
required

An open envelope for a quote, template, contact or job result.

object
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