post https://api.zenoti.com/v1/guests/1b6282ac-979a-48f6-900a-6fd5a57d46f5/tier
This API registers a specified guest to a loyalty points program based on their eligibility for a tier. It can also assign the guest to the highest tier upon request.
Response Model
GuestTierEnrollResponseModel
| JSON Property | Data Type | Description |
|---|---|---|
| guest_tier | GuestTierViewModel | Details of the guest's tier enrollment |
| error | ApiErrorViewModel | Information on any errors encountered |
GuestTierViewModel
| JSON Property | Data Type | Description |
|---|---|---|
| name | string | Name of the loyalty tier |
| enrollment_date | DateTime? | Date when the guest enrolled in the tier |
| amount_to_be_spent_to_stop_downgrade | double | Amount needed to prevent a tier downgrade |
| next_downgrade_check_date | DateTime? | Date for the next evaluation of potential downgrade |
