Skip to content

Property Description API

Create, update and retrieve property description

Get existing property description

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}/description'

Responses

default response

Bodyapplication/json
dataobject(PropertyDescription)
warningsArray of objects(ApiErrorOTA)
errorsArray of objects(ApiErrorOTA)
metaobject(ResponseMeta)
Response
{ "data": { "text": "string", "language_code": "strin", "last_update": "string" }, "warnings": [ {} ], "errors": [ {} ], "meta": { "ruid": "string" } }