3 days ago
REST API v10.26.90.1 — Beta
Summary
This Beta release includes two fixes and one new feature enhancement. Partners are encouraged to validate these changes in Beta and report any issues via standard support channels.
New Features
Guest Classifications — New Endpoints
New endpoints have been added to support full management of guest classifications, enabling retrieval, assignment, replacement, and removal of classifications on a guest record.
New endpoints:
GET /guestClassifications— Retrieve available classification types SwaggerHub ↗GET /guests/{id}/classifications— Get classifications assigned to a guest SwaggerHub ↗POST /guests/{id}/classifications— Add a classification to a guest SwaggerHub ↗PUT /guests/{id}/classifications— Replace the full classification set for a guest SwaggerHub ↗DELETE /guests/{id}/classifications/{classificationId}— Remove a specific classification from a guest SwaggerHub ↗
Fixes & Improvements
Pencil Reservation — Dynamic Pricing Rate Consistency
- Issue: When a rate type was applied to a pencil reservation via the API, the quoted rate was not being preserved. If dynamic pricing changed before the pencil was converted to Unconfirmed/Confirmed, the reservation would be re-quoted at the new rate — producing a different rate than originally presented to the guest.
- Fix: Applying a rate type to a pencil reservation via the API now correctly preserves the quoted rate and occupancy snapshot. The rate will be retained when the pencil is subsequently converted.
- Endpoints affected:
PATCH /reservations/{id},PUT /reservations/{id}/status
Reservation Hold — 404 Error on Create
- Issue: When creating a new reservation hold via the API, a
404 Not Founderror was returned despite the hold record being successfully created. - Fix:
POST /reservations/{id}/holdsnow returns the correct200 OKresponse with the hold record payload upon successful creation. - Endpoint:
POST /reservations/{id}/holds
Notes
- Release Date: April 8, 2026 Beta only
- Dependencies: None
- There is no impact to Live environments.
- Please report any issues through standard support channels: https://rmsapi.zendesk.com/hc/en-gb/requests