| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Full name of the lead. | |
| id | str | Unique identifier for the contact. | [optional] [readonly] |
| company_name | str, none_type | The name of the company the lead is associated with. | [optional] |
| 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], none_type | [optional] | |
| tags | Tags | [optional] | |
| custom_mappings | CustomMappings | [optional] | |
| 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] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.