Get Redemptions By Id
This endpoint gets information on the redemption by an redemptionId and customerId.
1 | |
Input Parameters
| Path Param | Type | Required | Description |
|---|---|---|---|
| customerId | int | Required | Unique identifier for customer |
| redemptionId | int | Required | Unique identifier of the redemption |
Output
This endpoint returns RedemptionResponse object.
Example
Request
1 | |
Response
1 2 3 4 5 6 7 8 9 | |