v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Reward Transaction Details using Reward Transaction ID

get/api_gateway/rewards/core/v1/reward-transactions/{rewardTransactionId}

Path parameters

rewardTransactionIdinteger required

Unique identifier of the reward transaction.

Response

200

OR
OR
OR

Example response

{
  "status": [
    {
      "success": true,
      "code": 200,
      "message": "Reward issue transactions details fetched successfully"
    }
  ],
  "data": {
    "rewardTransactionId": "195613",
    "customerId": 177071561,
    "orgId": 100458,
    "rewardIssueRefId": "1717922973",
    "rewardTransactionDate": 1717922974000,
    "status": {
      "code": 8004,
      "message": "fail to issue reward as  points are not redeemable"
    },
    "quantity": 1,
    "rewardDetails": {
      "rewardId": 180325,
      "languageCode": "en",
      "name": "Nike running shoes",
      "description": "Nike running shoes",
      "imageId": "ab409284-1da2-4aab-a5d3-84bc3be95b51",
      "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5e0e57d6-eae1-46ca-83b3-7991abff.jpg",
      "intouchPoints": 200,
      "intouchSeriesId": "524811",
      "redemptionType": "INTOUCH_REWARD"
    },
    "customFields": {
      "A": "1",
      "CF1233": "1",
      "EnumCF2": "r1",
      "EnumCF1": "white"
    },
    "eventDateTime": "2024-06-09T08:49:34Z",
    "issueDateTime": "2024-06-09T08:49:34Z"
  }
}