Use the Property API to create or update a property, as well as check and update its status
URL https://connect.booking.com
Connectivity Team connectivity@booking.com
Use the Property API to create or update a property, as well as check and update its status
curl -i -X POST \
'https://supply-xml.booking.com/property-api/properties/{propertyId}/status' \
-H 'Content-Type: application/json' \
-d '{
"operation": "CHECK",
"reason": {
"type": "OTHER",
"description": "string"
}
}'
{ "data": { "status": "string" }, "warnings": [ { … } ], "errors": [ { … } ], "meta": { "ruid": "string" } }