cURL
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.
Adds a business record under the specified lead UUID.
Lead UUID
Business creation payload
OK