Property Description 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 Settings API
Property Status 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}/description
- Test using live endpointhttps://supply-xml.booking.com/property-api/properties/{propertyId}/description
curl -i -X GET \
'https://developers.booking.com/_mock/connectivity/docs/openapispecs/property-details-api/property-details-api-specification/properties/{propertyId}/description'Response
{ "data": { "text": "string", "language_code": "strin", "last_update": "string" }, "warnings": [ { … } ], "errors": [ { … } ], "meta": { "ruid": "string" } }