Use the Property API to create or update a property and its settings; check and update property status; as well as create or update property description.
URL https://connect.booking.com
Connectivity Team connectivity@booking.com
Use the Property API to create or update a property and its settings; check and update property status; as well as create or update property description.
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" } }