INPUT_OBJECT
UpdateOpptyProductRelationInput
link GraphQL Schema definition
- input UpdateOpptyProductRelationInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # 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.
- : CreateOpptyProductRelationInput
- # 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
- # 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
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Per-line revenue schedule splitting the line amount across periods. Available
- # only when revenue scheduling is configured at product-amount level.
- : UpdateOpptyProductRelationRevenueScheduleNoIdBackrefInput
- }