Update a Lead in Lead List

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

Log in to see full request history

Sample Request

curl --request PUT \ --url https://api.servetel.in/v1/broadcast/lead/id \ --header 'accept: application/json' \ --header 'content-type: application/json'

📘 Important!

Before we begin, note that the * sign denotes the mandatory variables in each table.

Request Variables (Path Params)

The following parameter is required to update a lead in lead list.

Variable NameDescriptionData Type
idUnique ID of the active broadcast.String

Request Variables (Body Params)

The following parameter is required to update a lead in lead list:

Variable Name

Description

Data Type

field_0*

Phone number of the lead.

Integer

filed_1

Name of the lead.

String

field_2

Email of the lead.

String

field_3

Address of the lead.

String

field_4

Company name of the lead.

String

field_5

Custom Field 1.

String

field_6

Custom Field 2.

String

field_7

Custom Field 3.

String

field_8

Custom Field 4.

String

field_9

Custom Field 5.

String

field_10

Custom Field 6.

String

field_11

Custom Field 7.

String

field_12

Custom Field 8.

String

field_13

Custom Field 9.

String

field_14

Custom Field 10.

String

field_15

Custom Field 11.

String

skill_id

Unique identifier representing the assigned skill or expertise for task routing.

String

priority

This variable allows you to set the priority of a lead, with a minimum value of 1 and a maximum value of 30.

Note : Priority should be between 1 and 30 where 30 is highest and 1 is lowest.

integer

Response Variables

The response returned is as following:

Variable NameDescriptionData Type
SuccessThe request success status, the possible values are: True (default) for success. False for failure.Boolean
MessageThe message corresponds to the success status. For example, in 400 Response where the "success" variable pops as True, the message displayed is shown here.String
Path Params
string
required

ID of the Lead (Eg: 67aef1fc5f655b54140eag00)

Body Params
string

Email ID of the lead.

string

Address of the lead

string

Company of the lead

string

Alternate Phone Number of the lead

string

Custom field 6

string

Custom field 7

string

Custom field 8

string

Custom field 9

string

Custom field 10

string

Custom field 11

string

Custom field 12

string

Custom field 13

string

Custom field 14

string

Custom field 15

string

Unique identifier representing the assigned skill

string
required

Phone Number of the lead.

string

Name of the lead.

string

Note : Priority should be between 1 and 30 where 30 is highest and 1 is lowest.

Headers
string
required
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json