v1
latestOpenAPI 3.0.32026-07-243003151.2 MBSearch for Tiers
This method allows the calling application to search Loyalty Tiers using query parameters.
Query parameters
EES AIR Loyalty Tier ID.
This is a status of a Loyalty Tier.
This is the type of a Loyalty Tier.
This is the reference of a Loyalty Tier.
EES AIR Scheme ID.
This is the promotion Loyalty Tier ID.
This is the demotion Loyalty Tier ID.
Offset allows you to skip a number of items before returning data.
The number of items to return.
Requested result set sorting order.
Headers
Client ID, This will be provided by EES and is unique to the company calling the API.
Request Security Hash, calculated using SHA-256 function from concatenated full Request URI Path with Query String(s), Payload and Client Secret
This request HTTP header advertises which content encoding (usually a compression algorithm) the calling application is able to understand. The server selects one of the proposals, use it and informs the client of its choice with the Content-Encoding response header. Currently supported gzip and deflate, if request header not present no compression will be used.
Unique Reference for the API transaction within the calling company.
This flag denotes the number of attempts that have been made for this request.
Response
OK.
Example response
{
"limit": 50,
"total": 1,
"orderBy": [
{
"name": "id",
"order": "ASC"
}
],
"results": [
{
"id": "1001",
"type": "STANDARD",
"status": "ACTIVE",
"details": {
"name": "Tier 1",
"schemeId": "1234",
"isDefault": false
},
"settings": {
"schemeOverrides": {
"earnRates": {
"TestUnitSafeName": {
"default": {
"description": null,
"name": null,
"product": null,
"rates": [
{
"amount": 2,
"bonus": null,
"ceiling": null,
"floor": null,
"offset": 0,
"step": 1
}
],
"reference": null,
"roundPoints": {
"active": false,
"toMultipleOf": 1
},
"type": "STANDARD"
}
}
},
"redemptionRates": {
"TestUnitSafeName": [
{
"bonus": 0,
"ceiling": 5000,
"floor": 1,
"pointsBack": 0,
"rate": 10,
"step": 2
}
]
},
"expiryPoints": {
"enabled": true,
"rule": {
"periodCount": 31,
"periodType": "DAY",
"rounding": "ABSOLUTE",
"type": "CUTOFFDATE"
}
}
},
"promotion": {
"promotionTierId": "110",
"ruleSets": [
{
"rules": [
{
"amount": 100,
"balanceType": "POINTS"
}
]
}
]
},
"demotion": {
"demotionTierId": "101",
"balanceResetPeriod": {
"periodOffset": {
"periodType": "MONTH",
"periods": 3
},
"roundingRule": "endOfMonth"
},
"membershipExpiryPeriod": {
"periodOffset": {
"periodType": "MONTH",
"periods": 6
},
"roundingRule": "endOfQuarter"
},
"reevaluateTierOnBalanceDebit": {
"enabled": true
}
}
}
}
]
}