---
title: "Retrieve quote"
method: GET
path: "/quotes/{id}/"
tags: ["Quotes"]
---

# Retrieve quote

`GET /quotes/{id}/`

Endpoint for retrieving a single quote.

## Path parameters

- `id` string, required

## Response `200`

- Estimate — Adds nested create feature
  - `amount` number, double, required — The total amount of the quote, including taxes.
  - `attachments` string[] — Any files or documents attached to this quote.
  - `branch` string, nullable — The branch associated with this quote.
  - `contact` string, required — The contact (customer) associated with this quote.
  - `created_ts` string, date-time, required — The timestamp in UTC when the invoice was created.
  - `currency` 'AED' | 'SAR' | 'USD' | 'EUR' | 'CAD' | 'AFN' | 'ALL' | 'AMD' | 'ARS' | 'AUD' | 'AZN' | 'BAM' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BND' | 'BOB' | 'BRL' | 'BWP' | 'BYN' | 'BZD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'GBP' | 'GEL' | 'GHS' | 'GNF' | 'GTQ' | 'HKD' | 'HNL' | 'HRK' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KHR' | 'KMF' | 'KRW' | 'KWD' | 'KZT' | 'LBP' | 'LKR' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MOP' | 'MUR' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SDG' | 'SEK' | 'SGD' | 'SOS' | 'SYP' | 'THB' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'UYU' | 'UZS' | 'VES' | 'VND' | 'XAF' | 'XOF' | 'YER' | 'ZAR' | 'ZMW', required — * `AED` - AED ⃱ * `SAR` - SAR ⃁ * `USD` - USD $ * `EUR` - EUR € * `CAD` - CAD $ * `AFN` - AFN ؋ * `ALL` - ALL Lek * `AMD` - AMD դր. * `ARS` - ARS $ * `AUD` - AUD $ * `...` Full information for [CurrencyEnum](currencyenum)
  - `custom_fields` object — A mapping of custom field IDs to their values.
  - `discount_account` string — The account to which the discount will be booked, if applicable.
  - `discount_amount` number, double — The discount amount to apply to the invoice.
  - `discount_cost_center` string — The cost center associated with the discount, if applicable.
  - `discount_tax_rate` string — The tax rate applied to the discount, if applicable.
  - `exchange_rate` number, double, nullable — The exchange rate to the organization base currency at the time of the document.
  - `external_id` string — External identifier for the quote.
  - `id` string, required — The unique identifier of the quote.
  - `language` 'ar' | 'en' — * `ar` - Arabic * `en` - English Full information for [LanguageEnum](languageenum)
  - `legacy_id` string, required — [Deprecated] The legacy identifier of the quote.
  - `line_items` EstimateLineItem[], required — The individual line items included in this quote.
    - `cost_center` string — The cost center associated with this line item.
    - `created_ts` string, date-time, required — The timestamp in UTC when the line item was created.
    - `custom_fields` object — A mapping of custom field IDs to their values.
    - `description` string, required — The detailed description of the line item.
    - `discount` number, double, nullable — The discount as the percentage.
    - `id` string, required — The unique identifier of the line item.
    - `item` string — The item associated with this line item.
    - `item_unit_of_measure` string, nullable — The item unit of measure for this line item.
    - `legacy_id` string, required — [Deprecated] The legacy identifier of the line item.
    - `line_amount` number, double, required — The total amount for this line item (quantity * unit_amount).
    - `modified_ts` string, date-time, required — The timestamp in UTC when the line item was last modified.
    - `order` integer
    - `quantity` number, double, required — The quantity of the item or service.
    - `tax_amount` number, double, required — The total tax amount for this line item.
    - `tax_rate` string — The tax rate applied to this line item.
    - `unit_amount` number, double, required — The price per unit of the item or service.
  - `modified_ts` string, date-time, required — The timestamp in UTC when the invoice was last modified.
  - `notes` string — Additional notes or comments about the invoice.
  - `project` string, nullable — The project associated with this quote, if applicable.
  - `purchase_order` string — An optional purchase order number or code for this quote.
  - `quote_date` string, date, required — The date when the quote was issued.
  - `quote_number` string, required — The number assigned to this quote.
  - `reference` string — An optional reference number or code for this quote.
  - `status` 'DRAFT' | 'SENT' | 'INVOICED' — * `DRAFT` - DRAFT * `SENT` - SENT * `INVOICED` - INVOICED Full information for [EstimateStatusEnum](estimatestatusenum)
  - `tax_amount` number, double, required — The total tax amount applied to this quote.
  - `tax_amount_type` 'TAX_INCLUSIVE' | 'TAX_EXCLUSIVE' — * `TAX_INCLUSIVE` - inc. tax * `TAX_EXCLUSIVE` - exc. tax Full information for [TaxAmountTypeEnum](taxamounttypeenum)

---

[API](https://skmtc.net/wafeq/apis/wafeq-public-api.md) · [All operations](https://skmtc.net/wafeq/apis/wafeq-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wafeq/wafeq-public-api/versions/36816b4fce7f/schema)
