INPUT_OBJECT

CreateOpptyProductRelationNoBackrefInput

link GraphQL Schema definition

  • input CreateOpptyProductRelationNoBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: 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.
  • pairedOpptyProductRelation: CreateOpptyProductRelationInput
  • # Total amount of the line item (price * quantity, with discounts applied).
  • amount: Float
  • # Free-form note describing this line item.
  • comment: String
  • # Id of the currency exchange rate list.
  • currencyExchangeRatesListId: ID
  • # Id of the online form field.
  • onlineFormFieldId: ID
  • # Id of the line-item type.
  • opptyProductRelationTypeId: ID
  • # Id of the paired line item.
  • pairedOpptyProductRelationId: ID
  • # Per-unit price of the line item. Defaults to the product price from the price
  • # list when not supplied explicitly.
  • price: Float
  • # Id of the product.
  • productId: ID!
  • # Number of product units on this line item.
  • quantity: Float
  • # Identifier of the product section this line belongs to (see the product_sections
  • # JSON layout on the parent opportunity or quote).
  • sectionId: ID
  • # Display order of the line item within its section. Maintained automatically when
  • # lines are added or moved.
  • sortOrder: Int
  • customFields: JSONString
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Per-line revenue schedule splitting the line amount across periods. Available
  • # only when revenue scheduling is configured at product-amount level.
  • revenueSchedule: CreateOpptyProductRelationRevenueScheduleNoIdBackrefInput
  • }