Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 3.66 KB

Contact.md

File metadata and controls

51 lines (46 loc) · 3.66 KB

Contact

Properties

Name Type Description Notes
name str, none_type Full name of the contact.
id str Unique identifier for the contact. [optional] [readonly]
owner_id str, none_type The owner of the contact. [optional]
type str, none_type The type of the contact. [optional]
company_id str, none_type The company the contact is associated with. [optional]
company_name str, none_type The name of the company the contact is associated with. [optional]
lead_id str, none_type The lead the contact is associated with. [optional]
first_name str, none_type The first name of the contact. [optional]
middle_name str, none_type The middle name of the contact. [optional]
last_name str, none_type The last name of the contact. [optional]
prefix str, none_type The prefix of the contact. [optional]
suffix str, none_type The suffix of the contact. [optional]
title str, none_type The job title of the contact. [optional]
department str, none_type The department of the contact. [optional]
language str, none_type language code according to ISO 639-1. For the United States - EN [optional]
gender str, none_type The gender of the contact. [optional]
birthday str, none_type The birthday of the contact. [optional]
image str, none_type [optional]
photo_url str, none_type The URL of the photo of a person. [optional]
lead_source str, none_type The lead source of the contact. [optional]
fax str, none_type The fax number of the contact. [optional]
description str, none_type The description of the contact. [optional]
current_balance float, none_type The current balance of the contact. [optional]
status str, none_type The status of the contact. [optional]
active bool, none_type The active status of the contact. [optional]
websites [Website] [optional]
addresses [Address] [optional]
social_links [SocialLink] [optional]
phone_numbers [PhoneNumber] [optional]
emails [Email] [optional]
email_domain str, none_type [optional]
custom_fields [CustomField] [optional]
tags Tags [optional]
first_call_at datetime, none_type The first call date of the contact. [optional] [readonly]
first_email_at datetime, none_type The first email date of the contact. [optional] [readonly]
last_activity_at datetime, none_type The last activity date of the contact. [optional] [readonly]
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 datetime, none_type The last update date of the contact. [optional] [readonly]
created_at datetime, none_type The creation date of the contact. [optional] [readonly]
opportunity_ids [str] The opportunity ids of the contact. [optional]
pass_through PassThroughBody [optional]

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