Property API
/- Get existing property description
Create or update property description
Delete existing property description
Get existing property des...
- 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" } }