Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 2.52 KB

Lead.md

File metadata and controls

38 lines (34 loc) · 2.52 KB

Apideck.Model.Lead

Properties

Name Type Description Notes
Id string Unique identifier for the contact. [optional] [readonly]
Name string Full name of the lead.
CompanyName string The name of the company the lead is associated with.
OwnerId string The owner of the lead. [optional]
OwnerName string The name of the owner of the lead. [optional]
CompanyId string The company the lead is associated with. [optional]
LeadId string The identifier of the lead. [optional]
LeadSource string The source of the lead. [optional]
FirstName string The first name of the lead. [optional]
LastName 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]
MonetaryAmount decimal? The monetary amount of the lead. [optional]
Currency Currency [optional]
Fax string The fax number of the lead. [optional]
Websites List<Website> [optional]
Addresses List<Address> [optional]
SocialLinks List<SocialLink> [optional]
PhoneNumbers List<PhoneNumber> [optional]
Emails List<Email> [optional]
CustomFields List<CustomField> [optional]
Tags List<string> [optional]
CustomMappings Object When custom mappings are configured on the resource, the result is included here. [optional] [readonly]
UpdatedAt string Date updated in ISO 8601 format [optional] [readonly]
CreatedAt string Date created in ISO 8601 format [optional] [readonly]
PassThrough List<Object> The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. [optional]

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