Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 3.18 KB

LeadResponse.md

File metadata and controls

29 lines (26 loc) · 3.18 KB

# LeadResponse

Properties

Name Type Description Notes
id string The unique ID of the lead in the UUID format [optional]
title string The title of the lead [optional]
owner_id int The ID of the user who owns the lead [optional]
creator_id int The ID of the user who created the lead [optional]
label_ids string[] The IDs of the lead labels which are associated with the lead [optional]
person_id int The ID of a person which this lead is linked to [optional]
organization_id int The ID of an organization which this lead is linked to [optional]
source_name string Defines where the lead comes from. Will be `API` if the lead was created through the Public API and will be `Manually created` if the lead was created manually through the UI. [optional]
origin string The way this Lead was created. `origin` field is set by Pipedrive when Lead is created and cannot be changed. [optional]
origin_id string The optional ID to further distinguish the origin of the lead - e.g. Which API integration created this Lead. [optional]
channel int The ID of your Marketing channel this Lead was created from. Recognized Marketing channels can be configured in your <a href=&quot;https://app.pipedrive.com/settings/fields\" target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>Company settings</a>. [optional]
channel_id string The optional ID to further distinguish the Marketing channel. [optional]
is_archived bool A flag indicating whether the lead is archived or not [optional]
was_seen bool A flag indicating whether the lead was seen by someone in the Pipedrive UI [optional]
value \Pipedrive\Model\LeadValue [optional]
expected_close_date \DateTime The date of when the deal which will be created from the lead is expected to be closed. In ISO 8601 format: YYYY-MM-DD. [optional]
next_activity_id int The ID of the next activity associated with the lead [optional]
add_time \DateTime The date and time of when the lead was created. In ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [optional]
update_time \DateTime The date and time of when the lead was last updated. In ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. [optional]
visible_to VisibleTo The visibility of the lead. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user.<table><tr><th>Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner &amp; followers (private)</td></tr><tr><td>`3`</td><td>Entire company (shared)</td></tr></table> [optional]
cc_email string The BCC email of the lead [optional]

[Back to Model list] [Back to API list] [Back to README]