Create and update charges that apply at the property and room level, and setup up different configurations for different dates.
URL https://connect.booking.com
Connectivity Team connectivity@booking.com
Create and update charges that apply at the property and room level, and setup up different configurations for different dates.
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": { "warnings": [ … ], "errors": [ … ], "status": "string" }, "warnings": [ { … } ], "errors": [ { … } ], "meta": { "ruid": "string" } }