Send Quote
Send a quote to the customer via email.
POST
Send Quote
Sends the quote to the customer via email. Changes the quote status fromdraft to sent. The customer receives an email with a link to view and respond to the quote.
Only quotes in
draft status can be sent. If you need to modify a sent quote, use Revise Quote to create a new version.Path Parameters
integer
required
The quote ID.
Response
string
success on successful send.object
What Happens
- Quote status changes from
drafttosent - RFQ status changes to
quoted - Customer receives an email with:
- Quote summary and pricing
- Link to view full quote details
- Options to accept or request changes
