Services
Unredeem Wallet Account and Create Wallet Transaction
This API method allows the calling application to Unredeem previously redeemed EES AIR Account, Create an Account Transaction (of type UNREDEEM) and create a UNREDEEM Wallet Transaction
post/services/wallet/{walletId}/transaction/unredeem
Path parameters
walletIdstring string required
EES AIR Wallet ID
Request body
Example request
{
"accountId": "129244",
"walletTransaction": {
"meta": {
"metaFoo": "metaBar"
}
},
"unredeemAccountTransaction": {
"redeemAccountTransactionId": 469993,
"details": {
"detailsFoo": "detailsBar"
}
},
"location": {
"storeId": "testOutletUnitIncomingIdentifier"
}
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.