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": "7b982c56-393d-423f-86bf-3cf0d6210637",
"Date": "2026-01-29T07:44:56.0790428-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>7b982c56-393d-423f-86bf-3cf0d6210637</AuthorizationCode> <Date>2026-01-29T07:44:56.0790428-06:00</Date> <Status>AcceptTermsConditions</Status> </ApiReferralsDataModel.RedemptionResponse>