The Quotes object
A quote with line items, linked to a contact.
Attributes
id stringPrefixed identifier (e.g. quo_42). Maps to the invoices table.
quoteNumber stringSequential quote number (e.g. QT-2026-0001).
contactId stringPrefixed contact identifier (e.g. cont_3).
contactName stringDenormalised contact name for display.
issueDate stringDate the quote was issued (YYYY-MM-DD).
validUntil stringExpiry date for the quote (YYYY-MM-DD).
subtotal stringSum of line net amounts in minor units.
vatAmount stringSum of line VAT amounts in minor units.
total stringSubtotal + VAT in minor units.
status stringCurrent lifecycle state: draft, sent, accepted, declined, converted.
notes stringFree-text notes displayed on the quote.
terms stringTerms and conditions text.
convertedInvoiceId stringPrefixed invoice ID if converted, or null.
convertedInvoiceNumber stringInvoice number if converted, or null.
lines stringArray of line items with description, quantity, unitPrice, vatRate, lineTotal, accountId.
createdAt stringISO 8601 creation timestamp.