API Bug Fixes
Joel P
Feb 14, 2025 9:18 AM
OR Team Member
Member for 16 years
175 posts
Hello developer community! Welcome to the API Bug Fix Log. This topic is dedicated to documenting bug fixes for the OwnerRez APIs. You may watch this topic if you are interested in being alerted about fixes that may impact your applications.
Happy coding!
Joel P
Feb 14, 2025 9:18 AM
OR Team Member
Member for 16 years
175 posts
Hello developer community! Welcome to the API Bug Fix Log. This topic is dedicated to documenting bug fixes for the OwnerRez APIs. You may watch this topic if you are interested in being alerted about fixes that may impact your applications.
Happy coding!
Joel P
Feb 14, 2025 9:43 AM
OR Team Member
Member for 16 years
175 posts
Patch 250212
GET v2/properties?include_fields=true
Bug: An error was returned if any property in the result set had a total length of custom field values exceeding 16kb.
Fix: We've increased the maximum to 256kb.
Joel P
May 30, 2025 11:12 AM
OR Team Member
Member for 16 years
175 posts
Patch 250416
GET v2/property/{id}
Bug: Incorrect Booking.com Room ID included in response body.
Patch 250521
GET v2/messages?thread_id={threadId}&since_utc={since_utc}&sinceUtc={sinceUtc}
Bug: Airbnb request-to-book (RTB) threads did not include the related quote ID.
Patch 250528
GET v2/bookings/{id}
Bug: Some bookings with related door codes were causing HTTP 5xx errors.
Joel P
Aug 19, 2025 1:54 PM
OR Team Member
Member for 16 years
175 posts
Patch 20250819
GET v2/bookings/{id}
Bug: Currency code was not always populated on bookings fetched singly by Id.
Fix: We will now populate Currency code from the property or user configuration if not specified explicitly on the booking.
Joel P
May 19, 2026 8:57 AM
OR Team Member
Member for 16 years
175 posts
Patch 260513
GET v2/payments/{id}andGET v2/refunds/{id}
Bug: Both returnis_deposited: falsefor payments/refunds that were marked deposited via the Deposits → Batch Update tool (or any "Mark as Deposited Elsewhere" path)
Fix: Both now return the correct deposit status for transactions marked deposited elsewhere.