INPUT_OBJECT
CreateOrUpdateQuoteInput
link GraphQL Schema definition
- input CreateOrUpdateQuoteInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the currency exchange rate list applied to this quote.
- : ID
- # Free-form description of the quote.
- : String
- # Date after which the quote is no longer considered valid.
- : Date
- # True when the quote has been archived (lost). Archived quotes remain readable
- # but are hidden from active lists and cannot be edited until reactivated.
- : Boolean
- # Name of the entity and its default text representation.
- : String
- # Id of the opportunity.
- : ID
- # Id of the quote owner.
- : ID
- # Id of the product currency.
- : ID
- # Id of the product price list.
- : ID
- # Product sections on Opportunity in json format
- : JSONString
- # Free-text company email captured at quote creation when no Account record has
- # been linked yet.
- : String
- # Free-text company name captured at quote creation when no Account record has
- # been linked yet.
- : String
- # Free-text company phone captured at quote creation when no Account record has
- # been linked yet.
- : String
- # Free-text contact name captured at quote creation when no Contact record has
- # been linked yet.
- : String
- # Free-text contact email captured at quote creation when no Contact record has
- # been linked yet.
- : String
- # Free-text contact phone captured at quote creation when no Contact record has
- # been linked yet.
- : String
- # Id of the quote type.
- : ID
- # Free-form note explaining why the quote was archived (lost).
- : 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 quote-process step.
- : ID
- # Id of the sales unit.
- : ID
- # Revision number of the quote, incremented when a new version of the same quote
- # is created.
- : Int
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Total monetary value of the quote in the team space base currency, with the
- # foreign value and currency code preserved alongside.
- : CurrencyForeignFieldInput
- # Product line items on this quote. Each entry holds the product, quantity, price
- # and discount that contribute to total_amount.
- : [CreateOrUpdateOpptyProductRelationNoBackrefInput!]
- # Contacts linked to this quote.
- : [CreateQuoteContactRelationNoQuoteBackrefInput!]
- # Accounts linked to this quote, including the primary-account flag.
- : [CreateQuoteAccountRelationNoQuoteBackrefInput!]
- # Documents linked to this quote.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # Sales units that have been granted shared access to this quote. Editable only
- # when share_mode allows unit sharing.
- : [CreateQuoteSharingSalesUnitRelationNoQuoteBackrefInput!]
- # Users that have been granted shared access to this quote. Editable only when
- # share_mode allows user sharing.
- : [CreateQuoteSharingClientRelationNoQuoteBackrefInput!]
- : Boolean
- # Saved view profiles this quote currently matches.
- : [CreateProfileRelationNoQuoteBackrefInput!]
- }