You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[api improvement] Add `checkin_details` and `checkout_details` to rentals. Requires `rentals_read` or `rentals_write` scope as this data should not be shared before the booking is confirmed.
8
+
*[api improvement] Add `floor` to the `rentals` endpoint.
8
9
*[doc fix] Add missing associations in rentals responses.
description | [Object](/reference/enums#formats) | Read | Rental's description, list of locales described in [enums section](/reference/enums#locales).
32
32
downpayment | Integer | Read | Rental's default downpayment percentage. If none defined, the default downpayment percentage of the account will be used.
33
33
final_price | Integer | Read | Rental's final price (after discount). Available only for a search query with valid dates, for other cases please refer to `base_rate` and `base_rate_kind`.
34
+
floor | String | Read | Rental's floor
34
35
headline | [Object](/reference/enums#formats) | Read | Rental's headline, list of locales described in [enums section](/reference/enums#locales).
35
36
initial_price | Integer | Read | Rental's initial price. Available only for a search query with valid dates, for other cases please refer to `base_rate` and `base_rate_kind`.
description | [Object](/reference/enums#formats) | Read | Rental's description, list of locales described in [enums section](/reference/enums#locales).
81
82
downpayment | Integer | Read | Rental's default downpayment percentage. If none defined, the default downpayment percentage of the account will be used.
82
83
final_price | Integer | Read | Rental's final price (after discount). Available only for a search query with valid dates, for other cases please refer to `base_rate` and `base_rate_kind`.
84
+
floor | String | Read | Rental's floor
83
85
headline | [Object](/reference/enums#formats) | Read | Rental's headline, list of locales described in [enums section](/reference/enums#locales).
84
86
initial_price | Integer | Read | Rental's initial price. Available only for a search query with valid dates, for other cases please refer to `base_rate` and `base_rate_kind`.
description | [Object](/reference/enums#formats) | Read/Write | Rental's description, list of locales described in [enums section](/reference/enums#locales). (5000 characters max)
136
138
downpayment | Integer | Read/Write | Rental's default downpayment percentage. If none defined, the default downpayment percentage of the account will be used. (between 0 and 100)
137
139
final_price | Integer | Read | Rental's final price (after discount). Available only for a search query with valid dates, for other cases please refer to `base_rate` and `base_rate_kind`.
140
+
floor | String | Read/Write | Rental's floor
138
141
headline | [Object](/reference/enums#formats) | Read | Rental's headline, list of locales described in [enums section](/reference/enums#locales).
139
142
initial_price | Integer | Read | Rental's initial price. Available only for a search query with valid dates, for other cases please refer to `base_rate` and `base_rate_kind`.
140
143
lat | Float | Read/Write | Rental's latitude. (between -90 and 90)
0 commit comments