GET api/ReferralsRewardsRedemption?memberAccount={memberAccount}
Retorna la cantidad disponibles de creditos que tiene el cliente
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberAccount | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RedemptionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | RedemptionStatus |
None. |
|
| Amount | decimal number |
None. |
|
| AuthorizationCode | globally unique identifier |
None. |
|
| Date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 0,
"Amount": 1.0,
"AuthorizationCode": "cb8d7ae2-f0e5-4bcf-9cf0-d0ca97f0ecae",
"Date": "2026-02-10T07:51:41.9428766-06:00"
}
application/xml, text/xml
Sample:
<ApiReferralsDataModel.RedemptionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ePlat.Models.DataModels"> <Amount>1</Amount> <AuthorizationCode>cb8d7ae2-f0e5-4bcf-9cf0-d0ca97f0ecae</AuthorizationCode> <Date>2026-02-10T07:51:41.9428766-06:00</Date> <Status>AcceptTermsConditions</Status> </ApiReferralsDataModel.RedemptionResponse>