https://connect-sandbox.su-api.com/SUAPI/jservice/CancelReservationMeta
Unique identifier for the hotel.
Unique identifier assigned to a specific booking made through a particular distribution channel.
{
"hotelid": "AWSTEST",
"channel_bookingid": "169157227181657"
}
{
"status": "Success",
"data": {
"status": "cancelled_by_host",
"message": "We have requested to Airbnb to cancelled the booking"
}
}
{
"Status": "Fail",
"Errors": [
{
"Code": "400",
"ShortText": "Invalid HotelCode (AWSTEST)"
}
]
}