v1
latestOpenAPI 3.0.32026-07-243003151.2 MBAccounts
Redeem Wallet Account
This API method allows the calling application to redeem a Coupon using a Wallet Account. Currently available for ECOUPON and CONTINUITY accounts.
patch/wallet/{walletId}/account/{accountId}/redeem
Path parameters
walletIdstring string required
EES AIR Wallet ID
accountIdstring string required
EES AIR Wallet Account ID
Query parameters
rewardAccounts'true' | 'false'
This will determine if reward account transactions or accounts are returned in the response. This is only applicable on redeeming QUEST Objectives, CONTINUITY, and STAMP_CARD accounts.
Request body
Example request
{
"details": {
"details": {
"key1": "Value1",
"key2": "AnotherValue"
}
}
}Response
OK
Example response
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00",
"children": [
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
],
"rewardAccounts": [
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
]
}