Update to resolve an issue affecting paginated API responses where next_page_url and prev_page_url referenced an incorrect endpoint and did not preserve the original query parameters.
Update to /unit_quotes endpoint to address unhandled exceptions that could appear in the response.
Improved performance and consistency for /units, /reservations, and /unit_ based endpoints.
Updated pagination behavior for /reservations—"total_page_count" will just indicate if there is a next page, but in cases where a non-existent page is requested, it will return 1 as the "total_page_count".
Update to /reservations endpoint to resolve an issue with guest counts in reservation records.
Update to /reservations endpoint to address an issue where certain property-level tax settings were not being applied consistently during booking creation.