Property Status 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 Description 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}/status
- Test using live endpointhttps://supply-xml.booking.com/property-api/properties/{propertyId}/status
curl -i -X POST \
'https://developers.booking.com/_mock/connectivity/docs/openapispecs/property-details-api/property-details-api-specification/properties/{propertyId}/status' \
-H 'Content-Type: application/json' \
-d '{
"operation": "CHECK",
"reason": {
"type": "OTHER",
"description": "string"
}
}'