Skip to main content
POST
Send estimate

Authorizations

Authorization
string
header
required

Access token obtained from the /v1/auth/login endpoint

Path Parameters

estimateId
string<uuid>
required

The ID of the estimate to send

Body

application/json
subject
string
required
Example:

"Estimate EST-00001 from Acme Inc"

message
string
required
Example:

"Please find the attached estimate. We look forward to your response."

send_to_client
boolean
default:true
contact_ids
string<uuid>[]
attach_pdf
boolean
default:true

Response

Estimate sent successfully

success
boolean
Example:

true

message
string
Example:

"Estimate sent successfully"

data
object
count
integer
Example:

2