---
title: "Add Quote"
method: POST
path: "/estimate"
---

# Add Quote

`POST /estimate`

## Request body

- object
  - `contact` object, required
    - `id` integer, required — The unique identifier for the contact.
    - `name` string, required — The name of the contact.
    - `business_name` string — he business name of the contact.
    - `email` string — The email address of the contact.
    - `mobile` string — The mobile phone number of the contact.
    - `business_country` string — The country where the contact’s business is based
    - `country_code` string — The country code for the contact’s phone number.
    - `place_of_supply` string
  - `items` object[], required
    - `pid` integer — The unique identifier for the product.
    - `variant_id` integer — The variant identifier for the item.
    - `name` string — The name of the product.
    - `description` string — A description of the product.
    - `item_code` string — The item code of the product.
    - `item_type` integer — The type of the item.
    - `quantity` integer — The number of units for the item.
    - `units` string — The unit of measure for the item.
    - `rate` number, float — The unit rate for the item.
    - `discount` integer — Discount applied to the item.
    - `taxable_per_item` integer — The taxable amount for the item.
    - `non_taxable_per_item` integer — The non-taxable amount for the item.
    - `gst_rate` string — The GST rate applied to the item.
    - `cess_amt` string — CESS amount applied to the item.
    - `price_type` string — The price type for the item.
  - `seller_branch_id` string, required — The identifier for the seller's branch.
  - `billing_address` object
    - `bill_addr1` string — First line of the billing address.
    - `bill_addr2` string — Second line of the billing address.
    - `bill_gstin` string — GSTIN for billing
    - `bill_city` string — City for billing.
    - `bill_state` string — State for billing
    - `bill_country` string — Country for billing
    - `bill_pincode` string — Postal code for billing
  - `shipping_address` object
    - `ship_addr1` string — First line of the shipping address.
    - `ship_addr2` string — Second line of the shipping address.
    - `ship_gstin` string — GSTIN for shipping.
    - `ship_city` string — City for shipping.
    - `ship_state` string — State for shipping.
    - `ship_country` string — Country for shipping.
    - `ship_pincode` string — Postal code for shipping.
  - `bank_id` string — The identifier for the bank associated with the estimate.
  - `billings_currency` string — The currency used for billing.
  - `estimate_number` string — The unique number associated with the estimate.
  - `estimate_date` string, date — The date the estimate was created, formatted as YYYY-MM-DD (in this case, 2025-03-01).
  - `validity_date` string, date — The date until which the estimate is valid (in this case, 2025-03-31).
  - `currency_info` object — Details about the currency used in the estimate.
    - `name` string — The name of the currency.
    - `exchange_time` string — The date and time when the exchange rate was recorded.
    - `exchange_rate` string — The exchange rate for the currency
  - `notes` string — Additional notes related to the estimate.
  - `terms_conditions` string — The terms and conditions for the estimate.
  - `notification` 'Yes' | 'No' — Indicates if notifications are enabled for the estimate.
  - `payment_link` 'Yes' | 'No' — Indicates if a payment link is provided in the estimate.
  - `additional_charges` string[] — A list of any additional charges applied to the estimate.

## Response `200`

200

- object
  - `status` integer
  - `data` object
    - `id` integer
    - `url` string
    - `pdf_link` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

[API](https://skmtc.dev/ledgers/apis/authentication.md) · [All operations](https://skmtc.dev/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgers/authentication/revisions/605f28ef08ef/schema)
