Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 20.4 KB

leadinput.md

File metadata and controls

32 lines (29 loc) · 20.4 KB

LeadInput

Fields

Field Type Required Description Example
Name string ✔️ Full name of the lead. Elon Musk
CompanyName string ✔️ The name of the company the lead is associated with. Spacex
OwnerID *string The owner of the lead. 54321
OwnerName *string The name of the owner of the lead. John Doe
CompanyID *string The company the lead is associated with. 2
LeadID *string The identifier of the lead. 2
LeadSource *string The source of the lead. Cold Call
FirstName *string The first name of the lead. Elon
LastName *string The last name of the lead. Musk
Description *string The description of the lead. A thinker
Prefix *string The prefix of the lead. Sir
Title *string The job title of the lead. CEO
Language *string language code according to ISO 639-1. For the United States - EN EN
Status *string N/A New
MonetaryAmount *float64 The monetary amount of the lead. 75000
Currency *components.Currency Indicates the associated currency for an amount of money. Values correspond to ISO 4217. USD
Fax *string The fax number of the lead. +12129876543
Websites []components.Website N/A
Addresses []components.Address N/A
SocialLinks []components.SocialLink N/A
PhoneNumbers []components.PhoneNumber N/A
Emails []components.Email N/A
CustomFields []components.CustomField N/A
Tags []string N/A [
"New"
]
PassThrough []components.PassThroughBody The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.