---
title: "Update Reward Bank Link"
method: PATCH
path: "/wallet/{walletId}/bank/pointsreward/link/{pointsRewardBankWalletLinkId}"
tags: ["Links"]
---

# Update Reward Bank Link

`PATCH /wallet/{walletId}/bank/pointsreward/link/{pointsRewardBankWalletLinkId}`

This API method allows the calling application to amend a link between a requested Wallet, identified by a Wallet ID, and a `PRIVATE` Reward Bank (of type Points Reward).

## Path parameters

- `walletId` string, string, required
- `pointsRewardBankWalletLinkId` string, string, required

## Request body

- AmendRewardBankWalletLinkPayload
  - `pointsRewardBankRewardId` string, string — [Optional] This optional request attribute allows to create more granular links, allowing to link a wallet to a Reward Bank and to a specific Reward from that Bank
  - `status` 'ACTIVE' | 'USED' | 'EXPIRED' | 'CANCELLED' | 'DELETED', required — Link Status
  - `state` string, string, required — Link state - please refer to your Wallet Config document as available for each Client enum values for this field, and their meaning should be documented there
  - `validFrom` string, ees-date-time, required — Link Validity-From a Date-time (ATOM format)
  - `validTo` string, ees-date-time, required — Link Validity-To a Date-time (ATOM format)

## Response `200`

OK

- PointsrewardBankWalletLinkEntity
  - `pointsRewardBankWalletLinkId` string, string, required — EES AIR Link ID
  - `walletId` string, string, required — EES AIR Wallet ID
  - `pointsRewardBankId` string, string, required — EES AIR Reward Bank ID
  - `pointsRewardBankRewardId` string, string, required — Reward ID
  - `type` string, string, required — Link Type - please refer to your Wallet Config document as available for each Client enum values for this field, and their meaning should be documented there
  - `status` 'ACTIVE' | 'USED' | 'EXPIRED' | 'CANCELLED' | 'DELETED', required — Link Status
  - `state` string, string, required — Link state - - please refer to your Wallet Config document as available for each Client enum values for this field, and their meaning should be documented there
  - `validFrom` string, ees-date-time, required — Link Validity-From a Date-time (ATOM format)
  - `validTo` string, ees-date-time, required — Link Validity-To a Date-time (ATOM format)
  - `dateCreated` string, ees-date-time, required — Link Creation Date-time (ATOM format)
  - `lastUpdated` string, ees-date-time, required — Link last update Date-time (ATOM format)

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `415` — Unsupported Media Type
- `423` — Locked
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/eagleeye/apis/wallet-api.md) · [All operations](https://skmtc.net/eagleeye/apis/wallet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeye/wallet-api/revisions/90a122bb14cc/schema)
