Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2.56 KB

Lead.md

File metadata and controls

39 lines (34 loc) · 2.56 KB

Lead

Properties

Name Type Description Notes
name str Full name of the lead.
company_name str, none_type The name of the company the lead is associated with.
id str Unique identifier for the contact. [optional] [readonly]
owner_id str, none_type The owner of the lead. [optional]
owner_name str, none_type The name of the owner of the lead. [optional]
company_id str, none_type The company the lead is associated with. [optional]
lead_id str, none_type The identifier of the lead. [optional]
lead_source str, none_type The source of the lead. [optional]
first_name str, none_type The first name of the lead. [optional]
last_name str, none_type The last name of the lead. [optional]
description str, none_type The description of the lead. [optional]
prefix str, none_type The prefix of the lead. [optional]
title str, none_type The job title of the lead. [optional]
language str, none_type language code according to ISO 639-1. For the United States - EN [optional]
status str, none_type [optional]
monetary_amount float, none_type The monetary amount of the lead. [optional]
currency Currency [optional]
fax str, none_type The fax number of the lead. [optional]
websites [Website] [optional]
addresses [Address] [optional]
social_links [SocialLink] [optional]
phone_numbers [PhoneNumber] [optional]
emails [Email] [optional]
custom_fields [CustomField] [optional]
tags Tags [optional]
custom_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type When custom mappings are configured on the resource, the result is included here. [optional] [readonly]
updated_at str, none_type Date updated in ISO 8601 format [optional] [readonly]
created_at str, none_type Date created in ISO 8601 format [optional] [readonly]
pass_through PassThroughBody [optional]

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