Use the Property API to create or update a property and its settings; check and update property status; as well as create or update property description.
Property API
/- Create or update property description
Get existing property description
Delete existing property description
Create or update property...
Property API (1.0)
Download OpenAPI description
Overview
URLConnectivity Team
Languages
Servers
Test static response
https://developers.booking.com/_mock/connectivity/docs/openapispecs/property-details-api/property-details-api-specification
Test using live endpoint
https://supply-xml.booking.com/property-api
- Test static responsehttps://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
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers.booking.com/_mock/connectivity/docs/openapispecs/property-details-api/property-details-api-specification/properties/{propertyId}/description'Response
application/json
{ "data": { "text": "string", "language_code": "strin", "last_update": "string" }, "warnings": [ { … } ], "errors": [ { … } ], "meta": { "ruid": "string" } }
- Test static responsehttps://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
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://developers.booking.com/_mock/connectivity/docs/openapispecs/property-details-api/property-details-api-specification/properties/{propertyId}/description' \
-H 'Content-Type: application/json' \
-d '{
"text": "string",
"language_code": "strin",
"last_update": "string"
}'Response
application/json
{ "data": {}, "warnings": [ { … } ], "errors": [ { … } ], "meta": { "ruid": "string" } }
- Test static responsehttps://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
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://developers.booking.com/_mock/connectivity/docs/openapispecs/property-details-api/property-details-api-specification/properties/{propertyId}/description'Response
application/json
{ "data": {}, "warnings": [ { … } ], "errors": [ { … } ], "meta": { "ruid": "string" } }
Learn how to effectively use the Try it feature in the Property API documentation.
Use the Try it feature to send test request examples to the API endpoints directly from the developer portal and depending on the selected environment either see static, pre-built responses or dynamic responses from a test property.