Skip to main content
PATCH
/
leads
/
{leadId}
Update Lead
curl --request PATCH \
  --url https://api.sternrockcapital.com/leads/{leadId} \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "<string>",
  "address2": "<string>",
  "city": "<string>",
  "dateOfBirth": "<string>",
  "email": "<string>",
  "name": "<string>",
  "phoneNumber": "<string>",
  "social": "<string>",
  "state": "<string>",
  "status": "new",
  "zipCode": "<string>"
}'
This response does not have an example.

Path Parameters

leadId
string
required

UUID of the lead

Body

application/json

Fields to update for the lead person

address
string
address2
string
city
string
dateOfBirth
string
email
string
name
string
phoneNumber
string
social
string
state
string
status
enum<string>
Available options:
new,
new,
contacted,
in-progress,
qualified,
declined,
not-interested,
need-more-info
zipCode
string

Response

lead person updated successfully