API Change Log


 2023-05-24 - Minor bug fixes including the following:
GetQuote will now correctly return fees
Expired PCI Attestation will now correctly provide a 30 day grace period to update records before rejecting card details 
 2023-04-03 - Minor bug fixes including the following: 
Enforce Host's Future Bookings setting, dictating how far in advance partners can make reservations
The unit group's rate will now be returned for any unit within that group
Sending rate adjustments as configured by the host to the partners
Added missing checks to the modify reservation process
Units that are not in unit groups will not show availability
Blackout dates will be respected in availability calls
Get Lowest Rate will now return taxes
 2023-03-15 - Added handling for taxes and fees to AddReservation(). This applies to any partners who are not using the taxes provided through the API, or who allow fees to be set up on their site. 
 2022-08-15 - Added the new API call: GetAllAvailability. This allows queries for stays. Given a date range and number of adults, it will return what units/groups are available, and what the rate is.
2022-04-06 - Added rate_adjustment to GetRates(), GetQuote(), GetBusinesses().  This field is only available to partners who act as resellers and do not display booking rates directly to guests, and is hidden by default. Please contact us if you believe you qualify to receive this information
2022-02-08 - Added unit_id to the request and image_urls to the response of GetUnits()
2021-12-07 - Added site_length, unit_type, site_amps and site_features to GetUnits()
2021-12-01 - Added ability to specify a base rate in a quote for AddReservation() and ModifyReservation() for use with promotions, etc
                     - Added unit_group_id for to unit, rates and availability responses for units that are part of a group
2021-10-27 - Added AddReservation(), ModifyReservation() and CancelReservation()
2021-10-05 - Added multiple ID support to GetRates() and GetAvailability() endpoints, business_id argument to GetBusinesses()
2021-09-27 - Added GetLowestRate() endpoint
2021-09-13 - Added GetUnitGroups() endpoint, added support for unit_group_id for other end points
2021-08-26 - Initial alpha release of API with GetUnits(), GetBusinesses(), GetBookingLink(), GetRates(), GetAvailability()