---
title: "Updates an existing Estimate by ID"
method: PUT
path: "/estimates/{id}"
tags: ["Estimate"]
---

# Updates an existing Estimate by ID

`PUT /estimates/{id}`

Required permission: Estimates - Edit

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string
  - `number` string
  - `date` string, date-time
  - `customer_id` integer
  - `note` string
  - `status` string — Valid values are Fresh, Draft, Approved, Declined.
  - `ticket_id` integer
  - `location_id` integer

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
