We're excited to announce that the isPreCheckedIn
flag is now available across our v1 API endpoints.
The following models have been enhanced with this new flag:
ReservationItemModel
ReservationModel
BookingReservationModel
ReservationListRequest
Please refer to this link to view the updated API documentation.
For any questions regarding this announcement, feel free to contact us at api@apaleo.com or join the community to discuss it!
We are excited to announce that the PATCH endpoint for updating rate plan rates has been promoted to API V1. The new endpoint is:
PATCH /rateplan/v1/rate-plans/{id}/rates
With this change, you can now update rates for a specific rate plan using the stable V1 API version.
Please refer to this link to view the updated API Documentation For any questions regarding this announcement, feel free to contact us at api@apaleo.com or join the community to discuss it!
We're excited to announce that twe have released a new webhook event: Picked up from block. The picked-up-from-block event will notify you when a reservation is picked from a block (group booking). By subscribing to this event, you can stay on top of group booking changes and ensure that you are always working with the most up-to-date information. This webhook is particularly useful for apps and automation workflows which operate in the field of group bookings and events.
{
"endpointUrl": "https://example.com",
"events": [
"reservation/picked-up-from-block"
],
"propertyIds": [
"BER"
]
}
For detailed instructions on how to work with webhook subscriptions, please refer to our developer documentation. For any questions regarding this announcement, feel free to contact us at api@apaleo.com or join the community to discuss it!
Connect with fellow developers and tech-savvy hoteliers in the Apaleo Community. Get support, exchange ideas, and explore best practices for building on Apaleo and navigating platform updates.