member reward availability entities are returned only for reward entities where reward Restrictions includes reward restriction MemberRewardAvailability
The number of member reward availability entities returned are subject to a configured limit. If exceeded, the member reward availability entities returned are automatically truncated to the configured limit.
Success
No member authenticated.
{- "memberRewardAvailabilities": [
- {
- "rewardId": 0,
- "ticketTypes": [
- {
- "ticketTypeId": "string",
- "isAvailable": true,
- "availableQuantity": {
- "isUnlimited": true,
- "value": 0
}, - "unavailableMessage": {
- "text": "string",
- "translations": [
- {
- "languageTag": null,
- "text": null
}
]
}
}
]
}
]
}