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

# Updates an existing Lead by ID

`PUT /leads/{id}`

Required permission: None

## Path parameters

- `id` integer, required

## Request body

- object
  - `address` string
  - `business_name` string
  - `city` string
  - `zip` string
  - `converted` boolean
  - `message_read` boolean
  - `disabled` boolean
  - `email` string
  - `first_name` string
  - `last_name` string
  - `mobile` string
  - `phone` string
  - `state` string
  - `ticket_description` string
  - `ticket_problem_type` string
  - `ticket_subject` string
  - `location_id` integer
  - `from_check_in` boolean
  - `customer_id` integer
  - `ticket_id` integer
  - `hidden_notes` string
  - `contact_id` integer
  - `appointment_time` string
  - `status` string
  - `user_id` integer
  - `ticket_type_id` integer
  - `mailbox_id` integer
  - `opportunity_start_date` string, date-time
  - `opportunity_amount_dollars` number
  - `likelihood` integer
  - `properties` object
  - `ticket_properties` object
  - `customer_purchase_id` integer
  - `signature_date` string, date-time
  - `signature_name` string
  - `signature_data` string
  - `appointment_type_id` integer

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
