Quotes
Create Quote
Creates a new quote for a client. The quote number is auto-generated and expiry defaults to 30 days.
POST
Headers
string
required
Bearer YOUR_API_KEYBody
string
required
UUID of the client. Must belong to your account.
number
required
Total quote amount (must be ≥ 0).
string
Optional UUID of an associated project.
string
Valid until date in
YYYY-MM-DD format. Defaults to 30 days from creation.string
A short description or scope of work.
string
3-letter currency code. Defaults to
USD.number
Tax rate as a percentage (0–100). Defaults to
0.string
Initial status. Either
Draft (default) or Sent.array
Optional array of line items.
Response
boolean
true on creation.object
The newly created quote, including an embedded
client object.
