---
title: "Update a Lead in Lead List"
method: PUT
path: "/v1/broadcast/lead/{id}"
---

# Update a Lead in Lead List

`PUT /v1/broadcast/lead/{id}`

This API allows you to update a lead in a lead list.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `field_2` string — Email ID of the lead.
  - `field_3` string — Address of the lead
  - `field_4` string — Company of the lead
  - `field_5` string — Alternate Phone Number of the lead
  - `field_6` string — Custom field 6
  - `field_7` string — Custom field 7
  - `field_8` string — Custom field 8
  - `field_9` string — Custom field 9
  - `field_10` string — Custom field 10
  - `field_11` string — Custom field 11
  - `field_12` string — Custom field 12
  - `field_13` string — Custom field 13
  - `field_14` string — Custom field 14
  - `field_15` string — Custom field 15
  - `skill_id` string — Unique identifier representing the assigned skill
  - `field_0` string, required — Phone Number of the lead.
  - `field_1` string — Name of the lead.
  - `priority` string — Note : Priority should be between 1 and 30 where 30 is highest and 1 is lowest.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config.md) · [All operations](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatatelebusiness/smartflo-base-api-config/versions/6d23fb7bf7e1/schema)
