account_manager | Account manager | The account manager associated to this document | ✔️ |
bill_to | Address | The billing address | ✔️ |
changed | Date | The date of the estimate's last modification | |
created | Date | The date of the estimate's creation | |
currency | Currency | The currency used in this document | ✔️ |
customer | Customer | The customer this document is addressed to | ✔️ |
delivery_type | string | The type of delivery used in this document | ✔️ |
discount | decimal(10,2) | The discount applied in this document | ✔️ |
estimate_status | string | The status of this document ("pending", "accepted", "accepted_and_transformed", "rejected", "cancelled") | |
exchange_rate | decimal(12,6) | The exchange rate for this document's currency | ✔️ |
expiration_date | DateNoHour | The expiration date of this document | ✔️ |
external_reference | string | The external reference of this document | ✔️ |
for_the_attention_of | string | The person this document is addressed to | ✔️ |
global_discount | decimal(12,2) | The global discount applied to the document | ✔️ |
id | integer | The id of the document | |
internal_notes | string | Notes about this document that only you will see | ✔️ |
invoices_created | Invoices | The invoices created from this document | ✔️ |
label | string | The order number of this specific estimate. Automatically generated | |
line_items | Line items | The line items of the document | |
location | Location | The location used in the document | ✔️ |
notes | string | Notes about this document that you AND the customer will see | ✔️ |
price_level | Price level | The price level used in this document | |
sales_order_created | Sales order | The sales order created from this document | ✔️ |
season | Season | The season used int this document | ✔️ |
shipping_cost | decimal(10,2) | The shipping cost | ✔️ |
shipping_date | DateNoHour | The shipping date used in this document | ✔️ |
shipping_taxes | Taxes | The shipping taxes used in this document | ✔️ |
ship_to | Address | The shipping address | ✔️ |
subtotal | decimal(12,2) | The subtotal of this document | |
taxes | Taxes | The taxes applied to this order | ✔️ |
tax_type | Object | The type of the taxes of this document ("Inclusive", "Exclusive") | |
terms_and_conditions | string | The terms and condition of this document | ✔️ |
total | decimal(12,2) | The total of this document | |
total_taxes | Total taxes | The total taxes of this document | |
total_units | decimal(17,7) | The total units of this order | |
user | User | The user who created this order | |