The Quotes object

A quote with line items, linked to a contact.

Attributes

idstring
Prefixed identifier (e.g. quo_42).
quoteNumberstring
Sequential quote number (e.g. QT-0001).
contactIdstring
Prefixed contact identifier (e.g. cont_3).
contactNamestring
Denormalised contact name (list rows only).
contactstring
Full contact object with name, email, phone, and address fields (single-quote reads only).
issueDatestring
Date the quote was issued (YYYY-MM-DD).
validUntilstring
Expiry date for the quote (YYYY-MM-DD).
subtotalstring
Sum of line net amounts, integer minor units (pence).
vatAmountstring
Sum of line VAT amounts, integer minor units (pence).
totalstring
Subtotal plus VAT, integer minor units (pence).
statusstring
Lifecycle state: draft, sent, accepted, declined, converted (expired is reserved; see Lifecycle).
referencestring
Optional client-facing reference, or null.
notesstring
Free-text notes displayed on the quote, or null.
convertedToInvoiceIdstring
Prefixed invoice ID if converted, or null.
convertedInvoiceNumberstring
Invoice number if converted, or null.
linesstring
Array of line items: id, description, quantity (exact decimal string), unitPrice (exact decimal pounds string), vatRate (integer percent), netAmount / vatAmount / lineTotal (pence integers), accountId, accountName.
createdAtstring
ISO 8601 creation timestamp.
updatedAtstring
ISO 8601 last-modified timestamp.