cURL
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.
Updates one or more fields of a lead’s business specified by its UUID. Only non-empty fields in the request will be applied.
Lead UUID
Business UUID
Fields to update
OK