Skip to main content
POST
/
leads
/
{leadId}
/
business
Create Lead Business
curl --request POST \
  --url https://api.sternrockcapital.com/leads/{leadId}/business \
  --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

Body

application/json

Business creation payload

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

Response

OK