---
title: "Update a Proposal"
method: PUT
path: "/estimate/{estimate_uid}"
---

# Update a Proposal

`PUT /estimate/{estimate_uid}`

## Path parameters

- `estimate_uid` string, required

## Request body

- object
  - `estimate` object
    - `proposal_title` string, required
    - `proposal_options` object[] — Proposal Options
      - `option_name` string, required — Option Name
      - `option_description` string — Description
      - `option_image` string — Image URL
      - `discount` object — Discount
        - `discount_applicability` 'TRANSACTION' | 'LINE_ITEM'
        - `discount_label` string
        - `percent` integer
        - `type` 'FIXED' | 'PERCENTAGE'
        - `value` string
        - `discount_fee_uid` string
      - `line_items` object[] — Line Items
        - `discount_type` string — Discount type
        - `product_id` string — Product id
        - `product_uid` string — Product uid
        - `name` string — Line item name
        - `quantity` integer — Line item quantity
        - `available_quantity` integer — Line item available quantity
        - `unit_price` integer — Line item unit price
        - `total` integer — total amount
        - `description` string — Line item description
        - `discount` integer — Discount amount
        - `image` string — product image
        - `brand` string — Product brand name
        - `specification` string — product specification
        - `uom` string — uom
        - `serial_nos` integer[] — serial nos
        - `has_custom_tax` boolean — Custom tax flag
        - `section_name` string
        - `section_uid` string
        - `section_type` 'COLLAPSED' | 'EXPANDED' | 'HIDDEN'
        - `show_child_prices` boolean
        - `show_section_total` boolean
        - `tax` object
          - `tax_name` string — Tax name
          - `tax_rate` integer — Tax rate
          - `tax_amount` integer — Tax amount
      - `addons` object[]
        - `line_item_uid` string
        - `location_uid` string
        - `product_uid` string
        - `product_id` string
        - `group_uid` string
        - `group_name` string
        - `location_name` string
        - `image` string
        - `name` string
        - `brand` string
        - `specification` string
        - `description` string
        - `uom` string
        - `quantity` string
        - `unit_price` string
        - `discount` string
        - `purchase_price` string
        - `serial_nos` string[]
        - `total` string
        - `enable_customer_selection_for_option` boolean
      - `deposit` string — Deposit Amount
      - `package` object — Package
        - `package_name` string — Package Name
        - `package_description` string — Description
        - `master_package` string — Master Package UID
    - `organization` string
    - `customer` string
    - `property` string
    - `job` string
    - `project` string
    - `prefix` string
    - `remarks` string
    - `template` string
    - `reference_no` string
    - `estimate_description` string
    - `tags` string[]
    - `deposit` object
      - `total` number, float
      - `status` string
    - `sub_total` number, float
    - `pricelist` string
    - `estimate_date` string, date-time
    - `expiry_date` string, date-time
    - `is_proposal` boolean, required
    - `customer_service_address` object
      - `landmark` string
      - `city` string
      - `street` string
      - `country` string
      - `zip_code` string
      - `geo_cordinates` string[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
      - `state` string
    - `customer_billing_address` object
      - `landmark` string
      - `city` string
      - `street` string
      - `country` string
      - `zip_code` string
      - `geo_cordinates` string[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
      - `state` string
    - `custom_fields` object[]
      - `label` string, required
      - `value` string, required
      - `type` string, required
      - `ref_uid` string
      - `module_name` 'JOB' | 'CUSTOMER' | 'EMPLOYEE' | 'ESTIMATE' | 'INVOICE' | 'PRODUCT' | 'PURCHASE_ORDER' | 'SERVICE_CONTRACT' | 'ASSET' | 'PROPERTY' | 'ORGANIZATION' | 'TEAM' | 'REQUEST' | 'PROJECT'
      - `hide_to_fe` boolean
      - `hide_field` boolean
      - `read_only` boolean
      - `group_name` string
      - `group_uid` string
    - `line_items` object[]
      - `line_item_type` 'ITEM' | 'HEADER'
      - `line_item_uid` string
      - `location_uid` string
      - `product_uid` string
      - `product_id` string
      - `group_uid` string
      - `group_name` string
      - `location_name` string
      - `image` string
      - `name` string
      - `brand` string
      - `specification` string
      - `description` string
      - `uom` string
      - `quantity` string
      - `unit_price` string
      - `unit_price_premarkup` string
      - `markup` object
        - `markup_type` 'FLAT' | 'PERCENTAGE' | 'MULTIPLIER'
        - `markup_value` integer
        - `markup_price` integer
      - `discount` string
      - `purchase_price` string
      - `serial_nos` string[]
      - `discount_type` 'FIXED' | 'PERCENTAGE'
      - `total` string
      - `section_name` string
      - `section_uid` string
      - `section_type` 'COLLAPSED' | 'EXPANDED' | 'HIDDEN'
      - `show_child_prices` boolean
      - `show_section_total` boolean
      - `tax` object
        - `tax_name` string
        - `tax_rate` string
        - `tax_amount` string
        - `tax_exempt` string
        - `tax_exempt_remarks` string
        - `tax_exempt_number` string
        - `entity_use_code` string
        - `tax_customer_code` string
        - `tax_code` string
      - `associated_to` string
      - `associated_module_uid` string
      - `approval_status` 'PENDING' | 'APPROVED' | 'REJECTED'
      - `job_uid` string
    - `discount` object
      - `discount_applicability` 'TRANSACTION' | 'LINE_ITEM'
      - `discount_label` string
      - `percent` integer
      - `type` 'FIXED' | 'PERCENTAGE'
      - `value` string
      - `discount_fee_uid` string
    - `tax` object[]
      - `tax_uid` string — Tax uid
    - `sold_by_user` string — Sold By User UID
    - `bu_uid` string
    - `layout_template_uid` string — Proposal Layout Template UID

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `data` object
    - `estimate_uid` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
