Example Request/Response
Authorization: Basic dhxHaThFUDg6czVJYUR5bGw= {
"hotelid": "HT24001234",
"room": [{
"id": "RO24000001",
"date": [{
"from": "2024-03-10",
"to": "2024-03-10",
"rate": [{
"id": "TN24000001"
}
],
"roomstosell": "25",
"closed": "0",
"price": [{
"NumberOfGuests": "1",
"value": "100000.00",
"currencycode": "IDR"
}, {
"NumberOfGuests": "2",
"value": "150000.00",
"currencycode": "IDR"
}
],
"minimumstay": 2,
"maximumstay": 4,
"closedonarrival": "0",
"closedondeparture": "1"
}
]
}
]
}Last updated