company
Get Company Child Lead Source by ID
Use this endpoint to get a child lead source for the current location. This will return a child lead source available for the current location.
get/company-settings/leads/lead-sources/{leadSourceParentId}/children/{leadSourceId}
Path parameters
leadSourceIdstring uuid required
The lead source's unique identifier
leadSourceParentIdstring uuid required
The parent lead source's unique identifier
Response
OK
Example response
{
"id": "a9d7091a-75bc-46bd-aa2a-bf91e84b0b8f",
"name": "Child Lead source",
"parentId": "f29b31a2-607e-4550-ab0b-8ff48f532253",
"_link": "https://api.acculynx.com/api/v2/company-settings/leads/lead-sources/f29b31a2-607e-4550-ab0b-8ff48f532253/children/a9d7091a-75bc-46bd-aa2a-bf91e84b0b8f"
}