Update a Lead in Lead List

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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 NameDescriptionData Type
field_0*Phone number of the lead.Integer
filed_1Name of the lead.String
field_2Email of the lead.String
field_3Address of the lead.String
field_4Company name of the lead.String
field_5Custom Field 1.String
field_6Custom Field 2.String
field_7Custom Field 3.String
field_8Custom Field 4.String
field_9Custom Field 5.String
field_10Custom Field 6.String
field_11Custom Field 7.String
field_12Custom Field 8.String
field_13Custom Field 9.String
field_14Custom Field 10.String
field_15Custom Field 11.String
skill_idUnique 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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json