The Quotes object

A quote with line items, linked to a contact.

Attributes

id string
Prefixed identifier (e.g. quo_42). Maps to the invoices table.
quoteNumber string
Sequential quote number (e.g. QT-2026-0001).
contactId string
Prefixed contact identifier (e.g. cont_3).
contactName string
Denormalised contact name for display.
issueDate string
Date the quote was issued (YYYY-MM-DD).
validUntil string
Expiry date for the quote (YYYY-MM-DD).
subtotal string
Sum of line net amounts in minor units.
vatAmount string
Sum of line VAT amounts in minor units.
total string
Subtotal + VAT in minor units.
status string
Current lifecycle state: draft, sent, accepted, declined, converted.
notes string
Free-text notes displayed on the quote.
terms string
Terms and conditions text.
convertedInvoiceId string
Prefixed invoice ID if converted, or null.
convertedInvoiceNumber string
Invoice number if converted, or null.
lines string
Array of line items with description, quantity, unitPrice, vatRate, lineTotal, accountId.
createdAt string
ISO 8601 creation timestamp.