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

Path Parameters

leadId
string
required

Lead UUID

businessId
string
required

Business UUID

Body

application/json

Fields to update

address
string
address2
string
city
string
ein
string
email
string
name
string
phoneNumber
string
state
string
zipCode
string

Response

OK