Update
POST /leads/update/{leadID}
Update a specific lead
Headers
x-api-key* string
API key for authorization
Request
Name
Type
Description
name*
string
Customer name
email
string
Customer email
phone
string
Customer phone
type
number
Lead type
status
number
Lead status
purchase
number
Lead purchase amount
note
string
Lead note
extra_data
array of object
Extra data
{
"label": string,
"value": string
}
Response
{
"status": "success",
"leadID": 1900001
}{
"errors": [
"Name is is undefined"
]
}Last updated