Skip to content

Property Settings API

Add, update or retrieve property settings

Read property settings

Request

Path
propertyIdinteger, (int32)required
curl -i -X GET \
  'https://developers.booking.com/_mock/connectivity/docs/openapispecs/property-details-api/property-details-api-specification/properties/{propertyId}/settings'

Responses

default response

Bodyapplication/json
dataobject(PropertySettingsReadOutputData)
warningsArray of objects(ApiErrorOTA)
errorsArray of objects(ApiErrorOTA)
metaobject(ResponseMeta)
Response
{ "data": { "property_settings": {}, "pets": {}, "damage_policy": {}, "standard_phrases": [], "quiet_hours": {}, "renovation": {}, "bed_linen_policy": {}, "accepted_payment_types": {}, "french_tax_details": {}, "cancellation_exceptions": {}, "age_buckets": [], "children_policies": {}, "invoice_settings": {}, "booking_model": {}, "land_registration_numbers": [] }, "warnings": [ {} ], "errors": [ {} ], "meta": { "ruid": "string" } }