Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 731 Bytes

redeem-loyalty-reward-request.md

File metadata and controls

25 lines (16 loc) · 731 Bytes

Redeem Loyalty Reward Request

A request to redeem a loyalty reward.

Structure

Redeem Loyalty Reward Request

Fields

Name Type Tags Description
idempotency_key str Required A unique string that identifies this RedeemLoyaltyReward request.
Keys can be any valid string, but must be unique for every request.
Constraints: Minimum Length: 1, Maximum Length: 128
location_id str Required The ID of the location where the reward is redeemed.
Constraints: Minimum Length: 1

Example (as JSON)

{
  "idempotency_key": "98adc7f7-6963-473b-b29c-f3c9cdd7d994",
  "location_id": "P034NEENMD09F"
}