Update tier

Modifies an existing tier for the specified tier group (The changes will take effect with the next publication of the loyalty program)

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

pidstringRequiredformat: "uuid"
Loyalty Program ID
tidstringRequiredformat: "uuid"
Tier ID

Request

This endpoint expects an object.
accessConditionslist of objectsRequired
namestringRequired
Name of the tier to be created
tierRewardslist of objectsRequired
imageRefstringOptional
Image of the tier

Response

Tier successfully updated
accessConditionslist of objects or null
Conditions required to access this tier
createdAtdatetime or null
groupIdstring or nullformat: "uuid"
Associated group Id
imageRefstring or null
Tier image reference
loyaltyProgramIdstring or nullformat: "uuid"
Associated loyalty program Id
namestring or null
Tier name
tierIdstring or nullformat: "uuid"
Tier id
tierRewardslist of objects or null
Rewards associated with this tier
updatedAtdatetime or null

Errors