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