Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 2.6 KB

File metadata and controls

39 lines (36 loc) · 2.6 KB

# Company

Properties

Name Type Description Notes
id string Unique identifier [optional]
address \Keap\Core\V2\Model\Address The company's address [optional]
notes string Notes about the company [optional]
website string The company's website URL [optional]
suffix string Name suffix [optional]
title string Name prefix or salutation [optional]
groups string Comma-delimited list of tag IDs applied to this company [optional]
company_name string The name of the company [optional]
custom_fields \Keap\Core\V2\Model\CustomFieldValue[] [optional]
email_address \Keap\Core\V2\Model\EmailAddress [optional]
fax_number \Keap\Core\V2\Model\FaxNumber [optional]
phone_number \Keap\Core\V2\Model\PhoneNumber [optional]
update_time string Last update timestamp (ISO-8601) [optional]
create_time string Creation timestamp (ISO-8601) [optional]
anniversary_date string The anniversary date [optional]
assistant_name string The name of the company contact's assistant [optional]
assistant_phone string The phone number of the company contact's assistant [optional]
billing_information string Billing information for the company [optional]
birth_date string The birth date [optional]
contact_type string Type of contact [optional]
first_name string First name of the company contact [optional]
job_title string Job title of the company contact [optional]
last_name string Last name of the company contact [optional]
middle_name string Middle name of the company contact [optional]
preferred_name string Preferred name or nickname of the company contact [optional]
owner_id string ID of the user who owns this company [optional]
referral_code string Referral code [optional]
spouse_name string Spouse's name [optional]
account_id string The company's account ID [optional]
created_by string ID of the user who created this company [optional]
last_updated_by string ID of the user who last updated this company [optional]

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