Welcome to the Mosler API Guide. This document provides concise instructions on how to interact with the various endpoints of the Mosler API, enabling you to manage bookings and access lock data efficiently.
Create Booking
Create new bookings with specific details. Requires bookingStartDate
, bookingEndDate
, roomNumber
, and customerEmail
.
Update Booking
Update details of an existing booking. You must provide the referenceId
and any fields you wish to update.
Delete Booking
Remove a booking by its referenceId
. This action freezes the associated Ekeys.
Get Lock Data
Retrieve Ekeys for a specific booking using its referenceId
.
Upcoming Bookings
Fetch a list of upcoming bookings, helping you plan ahead.