Property Settings API
Property API overview
Retrieving Property API meta information
Managing property details
Property API use cases
Self-certification tutorial
Managing property description
Managing property settings
Standard phrases
Self-certification tutorial
Managing property status
Handling errors and warnings in status endpoint
Self-certification tutorial
Property API
Property Details API
Property Status API
Property Description API
About Try it
Troubleshooting Property API
- Mock (schema only)https://developers.booking.com/_mock/connectivity/docs/openapispecs/property-details-api/property-details-api-specification/properties/{propertyId}/settings
- Test using live endpointhttps://supply-xml.booking.com/property-api/properties/{propertyId}/settings
curl -i -X GET \
'https://developers.booking.com/_mock/connectivity/docs/openapispecs/property-details-api/property-details-api-specification/properties/{propertyId}/settings'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" } }