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
absolute_min_price | [Decimal](/reference/enums#formats) | Read | Rental's minimum price based on `base_rate_kind`.
20
20
base_rate | [Decimal](/reference/enums#formats) | Read | Rental's base rate, used by the rates table to calculate the seasonability and discounted prices. We recommend using the highest price as base rate.
21
21
base_rate_kind | String | Read | Rental's rate type attached to the base rate. List of types described in [enums section](/reference/enums#rates-types).
22
+
balance_due | Integer | Read | Number of day since the booking confirmation to collect the full booking price.
country_code | String | Read | Rental's country code, list of codes is available at [wikipedia](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements).
30
32
currency | String | Read | Rental's currency code, list of codes described in [enums section](/reference/enums#currencies).
description | [Object](/reference/enums#formats) | Read | Rental's description, list of locales described in [enums section](/reference/enums#locales).
32
35
downpayment | Integer | Read | Rental's default downpayment percentage. If none defined, the default downpayment percentage of the account will be used.
33
36
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`.
position | Integer | Read | Rental's position on the list.
46
50
price_public_notes | [Object](/reference/enums#formats) | Read | Rental's price notes for public, list of locales described in [enums section](/reference/enums#locales).
47
51
rental_type | String | Read | Rental's type (example: villa, apartment), all types described in [enums section](/reference/enums#rental-types).
reviews_count | Integer | Read | Rental's count of all reviews.
54
+
rounding_kind | String | Read | Rounding kind for initial_price. All the possible values described at [enums section](/reference/enums#rental-rounding-kinds)
50
55
sleeps | Integer | Read | Rental's number of comfortable sleeps.
51
56
sleeps_max | Integer | Read | Rental's maximum number of sleeps.
base_rate | [Decimal](/reference/enums#formats) | Read | Rental's base rate, used by the rates table to calculate the seasonability and discounted prices. We recommend using the highest price as base rate.
76
81
base_rate_kind | String | Read | Rental's rate type attached to the base rate. List of types described in [enums section](/reference/enums#rates-types).
82
+
balance_due | Integer | Read | Number of day since the booking confirmation to collect the full booking price.
checkin_details | [Object](/reference/enums#formats) | Read | Rental's check-in details, list of locales described in [enums section](/reference/enums#locales).
81
-
checkout_details | [Object](/reference/enums#formats) | Read | Rental's check-out details, list of locales described in [enums section](/reference/enums#locales).
checkin_end_time | Integer | Read | Rental's checkin end time.
89
+
checkout_details | [Object](/reference/enums#formats) | Read | Rental's check-out details, list of locales described in [enums section](/reference/enums#locales).
country_code | String | Read | Rental's country code, list of codes is available at [wikipedia](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements).
87
94
currency | String | Read | Rental's currency code, list of codes described in [enums section](/reference/enums#currencies).
description | [Object](/reference/enums#formats) | Read | Rental's description, list of locales described in [enums section](/reference/enums#locales).
89
97
downpayment | Integer | Read | Rental's default downpayment percentage. If none defined, the default downpayment percentage of the account will be used.
90
98
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`.
position | Integer | Read | Rental's position on the list.
104
113
price_public_notes | [Object](/reference/enums#formats) | Read | Rental's price notes for public, list of locales described in [enums section](/reference/enums#locales).
105
114
rental_type | String | Read | Rental's type (example: villa, apartment), all types described in [enums section](/reference/enums#rental-types).
reviews_count | Integer | Read | Rental's count of all reviews.
117
+
rounding_kind | String | Read | Rounding kind for initial_price. All the possible values described at [enums section](/reference/enums#rental-rounding-kinds)
108
118
sleeps | Integer | Read | Rental's number of comfortable sleeps.
109
119
sleeps_max | Integer | Read | Rental's maximum number of sleeps.
110
120
state | String | Read | Rental's state.
@@ -132,28 +142,32 @@ destination_id | Integer | Write | Destination id related
132
142
payment_gateway_id | Integer | Write | PaymentGateway id related to the rental.
133
143
rates_table_id | Integer | Write | Rates Table id related to the rental.
134
144
rentals_contact_id | Integer | Write | Contact id related to the rental.
145
+
rentals_tag_ids | Array | Write | Tag ids related to the rental.
base_rate | [Decimal](/reference/enums#formats) | Read/Write | Rental's base rate, used by the rates table to calculate the seasonability and discounted prices. We recommend using the highest price as base rate. (greater than 0)
140
151
base_rate_kind | String | Read/Write | Rental's rate type attached to the base rate. List of types described in [enums section](/reference/enums#rates-types).
152
+
balance_due | Integer | Read/Write | Number of day since the booking confirmation to collect the full booking price.
checkin_details | [Object](/reference/enums#formats) | Read/Write | Rental's check-in details, list of locales described in [enums section](/reference/enums#locales).
145
-
checkout_details | [Object](/reference/enums#formats) | Read/Write | Rental's check-out details, list of locales described in [enums section](/reference/enums#locales).
checkin_details | [Object](/reference/enums#formats) | Read/Write | Rental's check-in details, list of locales described in [enums section](/reference/enums#locales).
checkin_end_time | Integer | Read/Write | Rental's checkin end time.
159
+
checkout_details | [Object](/reference/enums#formats) | Read/Write | Rental's check-out details, list of locales described in [enums section](/reference/enums#locales).
country_code | String | Read/Write | Rental's country code, list of codes is available at [wikipedia](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements).
151
164
currency | String | Read/Write | Rental's currency code, list of codes described in [enums section](/reference/enums#currencies).
152
-
description | [Object](/reference/enums#formats) | Read/Write | Rental's description, list of locales described in [enums section](/reference/enums#locales). (5000 characters max)
153
-
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)
description | [Object](/reference/enums#formats) | Read/Write | Rental's description, list of locales described in [enums section](/reference/enums#locales). (5000 characters max)
167
+
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)
154
168
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`.
155
169
floor | String | Read/Write | Rental's floor
156
-
headline | [Object](/reference/enums#formats)| Read | Rental's headline, list of locales described in [enums section](/reference/enums#locales).
170
+
headline | [Object](/reference/enums#formats) | Read | Rental's headline, list of locales described in [enums section](/reference/enums#locales).
157
171
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`.
158
172
lat | Float | Read/Write | Rental's latitude. (between -90 and 90)
position | Integer | Read/Write | Rental's position on the list.
168
183
price_public_notes | [Object](/reference/enums#formats) | Read | Rental's price notes for public, list of locales described in [enums section](/reference/enums#locales). Write is possible through RatesTables.
169
184
rental_type | String | Read/Write | Rental's type (example: villa, apartment), all types described in [enums section](/reference/enums#rental-types).
reviews_count | Integer | Read | Rental's count of all reviews.
187
+
rounding_kind | String | Read/Write | Rounding kind for initial_price. All the possible values described at [enums section](/reference/enums#rental-rounding-kinds)
172
188
sleeps | Integer | Read/Write | Rental's number of comfortable sleeps. (between 0 and 100)
173
189
sleeps_max | Integer | Read/Write | Rental's maximum number of sleeps. (between 0 and 100)
174
190
state | String | Read/Write | Rental's state.
175
191
stories_count | Integer | Read/Write | Rental's number of stories.
176
-
summary | [Object](/reference/enums#formats)| Read/Write | Rental's summary, list of locales described in [enums section](/reference/enums#locales). (150 characters max)
192
+
summary | [Object](/reference/enums#formats) | Read/Write | Rental's summary, list of locales described in [enums section](/reference/enums#locales). (150 characters max)
surface_unit | String | Read/Write | Rental's surface area unit, either <i>metric</i> or <i>imperial</i>.
179
195
website_url | [Object](/reference/enums#formats) | Read/Write | Rental's primary website url, list of locales described in [enums section](/reference/enums#locales).
180
196
zip | String | Read/Write | Rental's zip code.
181
-
residency_category | String | Read | Rental's residency category. All types are described in [enums section](/reference/enums#rental-residency-categories)
197
+
residency_category | String | Read/Write | Rental's residency category. All types are described in [enums section](/reference/enums#rental-residency-categories)
182
198
certifications | [Object](/reference/enums#formats) | Read/Write | Rental's certifications, all allowed values described in [enums section](/reference/enums#rental-certifications).
183
-
management_type | String | Read/Write | Rental's management type. All types are described in [enums section](/reference/enums#rental-management-type)
199
+
management_type | String | Read/Write | Rental's management type. All types are described in [enums section](/reference/enums#rental-management-type)
Copy file name to clipboardExpand all lines: content/reference/enums.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ visa_support | Visa support
173
173
water_park | Water park
174
174
water_usage | Water usage
175
175
wood | Wood
176
-
wristband | Wristband
176
+
wristband | Wristband
177
177
{: class="table table-bordered"}
178
178
179
179
@@ -201,7 +201,7 @@ individual_percentage_per_adult | Percentage of the rental price per adult per n
201
201
<divclass="callout callout-warning"markdown="1">
202
202
<h4>Warning</h4>
203
203
Internal payment kinds are not allowed to be used outside of our PCI DSS compliant payment platform flow, for more details please refer to [secure payments by BookingSync](/guides/secure-payments-by-bookingsync/).
0 commit comments