OBJECT
OpptyProductRelationEntity
link GraphQL Schema definition
- type OpptyProductRelationEntity {
- # Arguments
- # apiNames: Api names of custom fields to retrieve. All are
- # returned if not set.
- (: [String!]): JSONString!
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- : Boolean!
- # Unique identifier of entity.
- : ID!
- # Specifies if the entity is considered deleted.
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Currency exchange rate list used to convert this line item, inherited from the
- # parent opportunity or quote.
- : CurrencyExchangeRatesListEntity
- # Online form field that produced this line item, or empty when not applicable.
- : FieldEntity
- # Online form this line item came from when the related opportunity was created
- # through a form submission, or empty otherwise.
- : OnlineFormEntity
- # Opportunity this line item belongs to. Set on create; mutually exclusive with
- # quote.
- : OpportunityEntity
- # Line-item type that drives the form layout for this product line. Resolved from
- # the product type on create.
- : OpptyProductRelationTypeEntity
- # Counterpart line item on the paired record (e.g. matching line on the active
- # quote when this line is on the opportunity, or vice versa). Empty when there is
- # no pairing.
- : OpptyProductRelationEntity
- # Product on this line item. Set on create; cannot be changed afterwards.
- : ProductEntity
- # Quote this line item belongs to. Mutually exclusive with oppty.
- : QuoteEntity
- # Total amount of the line item (price * quantity, with discounts applied).
- : Float
- # Free-form note describing this line item.
- : String
- # Id of the currency exchange rate list.
- : ID
- # Id of the online form field.
- : ID
- # Id of the online form.
- : ID
- # Id of the opportunity.
- : ID
- # Id of the line-item type.
- : ID
- # Id of the paired line item.
- : ID
- # Per-unit price of the line item. Defaults to the product price from the price
- # list when not supplied explicitly.
- : Float
- # Id of the product.
- : ID!
- # Number of product units on this line item.
- : Float
- # Id of the quote.
- : ID
- # Identifier of the product section this line belongs to (see the product_sections
- # JSON layout on the parent opportunity or quote).
- : ID
- # Display order of the line item within its section. Maintained automatically when
- # lines are added or moved.
- : Int
- # Revision when entity was lastly changed.
- : Int
- : OpptyProductRelationRevenueScheduleEntity
- # Absolute monetary discount applied to this line item versus the price-list
- # price. Read-only; computed by Coevera.
- : Float
- # Percentage discount applied to this line item versus the price-list price.
- # Read-only; computed by Coevera.
- : Float
- # Timestamp of the most recent modification made by an end user (excluding system
- # changes). Read-only; computed by Coevera.
- : DateTime
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- }
link Require by
- CallEntitynull
- CreateOpptyProductRelationPayloadnull
- CustomEntityRelationDataEntitynull
- DeleteOpptyProductRelationPayloadnull
- OpptyProductRelationDataExRelationEntitynull
- OpptyProductRelationEntitynull
- OpptyProductRelationEntityEdgeA Relay edge containing a `OpptyProductRelationEntity` and its cursor.
- OpptyProductRelationRepositorynull
- UpdateOpptyProductRelationPayloadnull