RedeemRequest

Request to apply redeem rules.

Summary
RedeemRequest
Variables
cardIdentifier string
redeemRuleId list string
simulate bool
purchase_amount string
variable_product_redeemrule_id list VariableProductRedeemAmount
VariableProductRedeemAmount
Variables
variable_product_redeemrule_id <int64>
quantity string
language <Language> The language to determine the win/lose message response

Variables

cardIdentifier

string

The identifier of the card.  Errors:

redeemRuleId

list string

List of redeem rules to apply.

simulate

bool

Specifies to simulate to appelication of the redeem rules.

purchase_amount

string

The amount of the purchase for which the redeeming is executed

variable_product_redeemrule_id

list VariableProductRedeemAmount

A list of the variable product redeem rule ids and the amount of points that should be redeemed

VariableProductRedeemAmount

The amount of points of a product linked to a VariableProductRedeemRule that should be redeemed

Variables

variable_product_redeemrule_id

<int64>

The VariableProductRedeemRule id.

quantity

string

The quantity.  Errors:

language

<Language> The language to determine the win/lose message response

Close