Function Comparisons
Comparing functions between Booking Partner API and Partner-API
Overview
In this section, we provide a comparison between the functions available in the legacy Booking Partner API and the corresponding functions in the CiiRUS-API. By examining these side-by-side, developers can gain a comprehensive understanding of the changes introduced in the newer API version. This overview aims to assist developers in navigating the transition process smoothly.
Booking Partner API Function | Partner-API Function |
---|---|
AddBooking AddExtras AddGuests CRMAddLead MakeBooking | POST /reservations |
AddGuestPayment | Not currently supported |
AddGuestReviews | Not currently supported |
AddLockBoxCode | PUT /reservations |
AvailabilityChangeLog | GET /unit_calendars |
CancelBooking | DELETE /reservations |
EnableDisableProperties | PUT /units |
GetAOATSPropertyNightlyRoomsToSell | GET /unit_calendars |
GetAllPropertyRatesAndRestrictionsPerMC GetPropertyRates GetPropertyRatesAndRestrictions | GET /unit_rental GET /ratesets |
BookingHasPoolHeat GetAllReservations GetReservations GetReservationsForAllPropertiesPerMC GetReservationsWithTime | GET /reservations |
GetBookingFee GetCleaningFee GetPoolHeatSettings | GET /unit_quotes |
GetCommunities GetDescriptionsHTML GetDescriptionsPlainText GetManagementCompanyDefaultArrivalDepartureTimes GetProperties (Property Details) GetPropertyClasses GetPropertyPermissions GetStaticPropertyDetails GetTermsAndConditions | GET /unit_details |
GetExtras | GET /unit_extras |
GetImageList GetImageList2 | GET /unit_images |
GetGuestReviews | GET /reviews |
GetManagementCompanyDetails GetManagementCompanyList | GET /suppliers |
GetProperties (Amenities) | GET /unit_amenities |
GetProperties (Availability) IsPropertyAvailable | GET /unit_calendars |
GetProperties (Quoting) | POST /unit_quotes |
GetPropertiesNightlyRoomsToSell | GET /unit_calendars |
GetTaxRates | GET /unit_taxes |
PropertyChangeLog | Multiple endpoints support last update date querys |
Updated 16 days ago