INPUT_OBJECT
UpdateQuoteInput
link GraphQL Schema definition
- input UpdateQuoteInput {
- : 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
- # Date information.
- : Date
- # Boolean value.
- : Boolean
- # Name of the entity and its default text representation.
- : String
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Product sections on Opportunity in json format
- : JSONString
- # 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
- # Relation to single entity instance.
- : ID
- # 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
- # Whole natural number.
- : Int
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Monetary value in a foreign currency.
- : CurrencyForeignFieldInput
- # Relations to Products.
- : [CreateOrUpdateOpptyProductRelationNoBackrefInput!]
- # Relations to Contacts.
- : [CreateQuoteContactRelationNoQuoteBackrefInput!]
- # Relations to Accounts.
- : [CreateQuoteAccountRelationNoQuoteBackrefInput!]
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # Relations to SalesUnits.
- : [CreateQuoteSharingSalesUnitRelationNoQuoteBackrefInput!]
- # Relations to Clients.
- : [CreateQuoteSharingClientRelationNoQuoteBackrefInput!]
- : Boolean
- # Relations to Profiles.
- : [CreateProfileRelationNoQuoteBackrefInput!]
- }