INPUT_OBJECT
CreateOrUpdateLeadInput
link GraphQL Schema definition
- input CreateOrUpdateLeadInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID
- # Multi-line text input field.
- : String
- # Boolean value.
- : Boolean
- # Opportunity label flag.
- #
- # Options:
- # Priority = 1 (0b001)
- # Hot = 2 (0b010)
- # Stalled = 4 (0b100)
- : Int
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Name of the entity and its default text representation.
- : String
- # Relation to single entity instance.
- : ID
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Simple text input field.
- : String
- # Qualitative ranking of the opportunity.
- : Int
- # Multi-line text input field.
- : String
- # Relation to single entity instance.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : ShareModeEnum
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Relations to Contacts.
- : [CreateLeadOpptyContactRelationNoLeadOpptyBackrefInput!]
- # Relations to Accounts.
- : [CreateLeadOpptyAccountRelationNoLeadOpptyBackrefInput!]
- # Relations to SalesUnits.
- : [CreateLeadOpptySharingSalesUnitRelationNoLeadOpptyBackrefInput!]
- # Relations to Clients.
- : [CreateLeadOpptySharingClientRelationNoLeadOpptyBackrefInput!]
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # Relations to Tags.
- : [CreateTagRelationNoLeadBackrefInput!]
- # Relations to Profiles.
- : [CreateProfileRelationNoLeadOpptyBackrefInput!]
- : DateTime
- }