OfferRequest

  • offer
    Type: object
    • maximum_modifier_amount
      Type: integer
      min:  
      0

      $4 = 400

    • maximum_modifier_count
      Type: integer
      min:  
      0

      maximum amount of modifiers

    • modifier_discount_type
      Type: string
    • name
      Type: string
    • offer_type
      Type: integer

      Integer numbers.

    • redemption_grace_period
      Type: integerFormat: int32
      greater than:  
      0
      multiple of:  
      60

      Signed 32-bit integers (commonly used integer type).

    • reset_rule
      Type: object · OfferResetRule

      Rules that govern how often an offer will be reset at the provided interval. When provided, the offer will reset according to combination of values present.

      Daily reset at midnight:

      provide daily: true Weekly reset:

      provide day_of_week and time_of_day Monthly reset:

      provide day_of_month and time_of_day Annual reset:

      provide month, day_of_month, and time_of_day