v1
latestOpenAPI 3.0.12026-07-24501176.6 MBUpdate Vendor Redemption
Update Vendor Redemption API enables a brand to modify an existing vendor redemption configuration with updated details.
put/api_gateway/rewards/core/v1/vendor/redemption/{redemptionId}/brand/{brandId}
Path parameters
brandIdinteger required
Unique identifier of the brand.
redemptionIdstring required
Response
200
Example response
{
"status": {
"success": true,
"code": 5016,
"message": "Vendor redemption updated successfully"
},
"redemption": {
"id": 25772,
"name": "miles",
"redemptionType": "MILES",
"enabled": true,
"lastUpdatedOn": 1747903919000,
"lastUpdatedOnDateTime": "2025-05-22T08:51:59Z",
"actionCount": 4,
"lastUpdatedBy": 75161973,
"createdOn": 1744720255000,
"createdOnDateTime": "2025-04-15T12:30:55Z"
}
}