INPUT_OBJECT
CreateProductPriceListInput
link GraphQL Schema definition
- input CreateProductPriceListInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Free-form description of the price list.
- : String
- # Date when the price list expires. Empty means open-ended.
- : Date
- # Master switch for the price list. Inactive price lists are not applied to
- # opportunities or quotes regardless of dates.
- : Boolean
- # Name of the entity and its default text representation.
- : String!
- # Filter expression that decides which records (e.g. accounts, opportunities) the
- # price list applies to. Empty when the price list applies to all records.
- : JSONString
- # Date when the price list becomes active. Empty means immediately.
- : Date
- # Distribution model of the price list (e.g. List, Promotion, Discount).
- : ProductPriceListTypeEnum
- # Revision when entity was lastly changed.
- : Int
- # Per-product, per-currency prices configured in the price list.
- : [CreateProductPriceListPriceNoProductPriceListBackrefInput!]
- }