INPUT_OBJECT
CreateOrUpdateLeadInput
link GraphQL Schema definition
- input CreateOrUpdateLeadInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the currency exchange rate list applied to this lead.
- : ID
- # Free-form description of the lead.
- : String
- # True when the lead has been archived (lost). Archived leads remain readable but
- # are hidden from active lists and cannot be edited until reactivated.
- : Boolean
- # User-set colored flag used to highlight the lead in lists and reports.
- : Int
- # Id of the lead source.
- : ID
- # Id of the lead type.
- : ID
- # Name of the entity and its default text representation.
- : String
- # Id of the lead owner.
- : ID
- # Free-text company email captured at lead creation when no Account record has
- # been linked yet.
- : String
- # Free-text company name captured at lead creation when no Account record has been
- # linked yet.
- : String
- # Free-text company phone captured at lead creation when no Account record has
- # been linked yet.
- : String
- # Free-text contact name captured at lead creation when no Contact record has been
- # linked yet.
- : String
- # Free-text contact email captured at lead creation when no Contact record has
- # been linked yet.
- : String
- # Free-text contact phone captured at lead creation when no Contact record has
- # been linked yet.
- : String
- # Qualitative ranking score (1-10) the user assigns to indicate the strength of
- # the lead.
- : Int
- # Free-form note explaining why the lead was archived (lost). Captured alongside
- # reason_of_close.
- : String
- # Id of the reason-of-close value.
- : ID
- # Sharing model applied on top of the owner/unit visibility (e.g. shared with
- # selected sales units or selected users). The matching sharing_units /
- # sharing_clients lists control who is granted access.
- : ShareModeEnum
- # Id of the lead process step.
- : ID
- # Id of the sales unit.
- : ID
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Contacts linked to this lead, including their roles and org-chart positions.
- : [CreateLeadOpptyContactRelationNoLeadOpptyBackrefInput!]
- # Accounts linked to this lead, including the primary-account flag.
- : [CreateLeadOpptyAccountRelationNoLeadOpptyBackrefInput!]
- # Sales units that have been granted shared access to this lead. Editable only
- # when share_mode allows unit sharing.
- : [CreateLeadOpptySharingSalesUnitRelationNoLeadOpptyBackrefInput!]
- # Users that have been granted shared access to this lead. Editable only when
- # share_mode allows user sharing.
- : [CreateLeadOpptySharingClientRelationNoLeadOpptyBackrefInput!]
- # Documents linked to this lead.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # Tag labels applied to this lead.
- : [CreateTagRelationNoLeadBackrefInput!]
- # Saved view profiles this lead currently matches.
- : [CreateProfileRelationNoLeadOpptyBackrefInput!]
- : DateTime
- }