Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.23 KB

LeadSearchItemItem.md

File metadata and controls

22 lines (19 loc) · 1.23 KB

# LeadSearchItemItem

Properties

Name Type Description Notes
id string The ID of the lead [optional]
type string The type of the item [optional]
title string The title of the lead [optional]
owner \Pipedrive\Model\LeadSearchItemItemOwner [optional]
person \Pipedrive\Model\LeadSearchItemItemPerson [optional]
organization \Pipedrive\Model\LeadSearchItemItemOrganization [optional]
phones string[] [optional]
emails string[] [optional]
custom_fields string[] Custom fields [optional]
notes string[] An array of notes [optional]
value int The value of the lead [optional]
currency string The currency of the lead [optional]
visible_to int The visibility of the lead [optional]
is_archived bool A flag indicating whether the lead is archived or not [optional]

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