Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.62 KB

Lead.md

File metadata and controls

77 lines (46 loc) · 2.62 KB

Apideck.Lead

Description

Properties

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

Referenced Types:


[Back to top] [Back to API list] [Back to README]