---
title: "Patch Lead List"
method: PATCH
path: "/v1/broadcast/leads/{id}"
---

# Patch Lead List

`PATCH /v1/broadcast/leads/{id}`

This API allows you to patch the leads list.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `field` string, required — Type of field through which you want to update
  - `lead_data` object, required — Fields that needs to be updated
    - `field_1` string — Name of the lead.
    - `field_2` string — Email of the lead.
    - `field_3` string — Address of the lead.
    - `field_4` string — Company name of the lead.
    - `field_5` string — Custom field 1.
    - `field_6` string — Custom field 2.
    - `field_7` string — Custom field 3.
    - `field_8` string — Custom field 4.
    - `field_9` string — Custom field 5.
    - `field_10` string — Custom field 6.
    - `field_11` string — Custom field 7.
    - `field_12` string — Custom field 8.
    - `field_13` string — Custom field 9.
    - `field_14` string — Custom field 10.
    - `field_15` string — Custom field 11.
  - `data` string[], required — List of data that is searched corresponding to the field provided & fields are updated.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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