The Quotes object
A quote with line items, linked to a contact.
Attributes
idstringPrefixed identifier (e.g. quo_42).
quoteNumberstringSequential quote number (e.g. QT-0001).
contactIdstringPrefixed contact identifier (e.g. cont_3).
contactNamestringDenormalised contact name (list rows only).
contactstringFull contact object with name, email, phone, and address fields (single-quote reads only).
issueDatestringDate the quote was issued (YYYY-MM-DD).
validUntilstringExpiry date for the quote (YYYY-MM-DD).
subtotalstringSum of line net amounts, integer minor units (pence).
vatAmountstringSum of line VAT amounts, integer minor units (pence).
totalstringSubtotal plus VAT, integer minor units (pence).
statusstringLifecycle state: draft, sent, accepted, declined, converted (expired is reserved; see Lifecycle).
referencestringOptional client-facing reference, or null.
notesstringFree-text notes displayed on the quote, or null.
convertedToInvoiceIdstringPrefixed invoice ID if converted, or null.
convertedInvoiceNumberstringInvoice number if converted, or null.
linesstringArray of line items: id, description, quantity (exact decimal string), unitPrice (exact decimal pounds string), vatRate (integer percent), netAmount / vatAmount / lineTotal (pence integers), accountId, accountName.
createdAtstringISO 8601 creation timestamp.
updatedAtstringISO 8601 last-modified timestamp.