Example Request/Response
Header
Authorization: Basic [API key]
Example
Authorization: Basic dhxHaThFUDg6czVJYUR5bGw=
Body
{
"RatePlans": {
"HotelCode": "HT24001234",
"RatePlan": [{
"RatePlanNotifType": "New",
"RatePlanID": "TN24000001",
"MealPlanID": "2",
"Description": {
"Name": "Room & Breakfast"
},
"CurrencyCode": "IDR"
}, {
"RatePlanNotifType": "New",
"RatePlanID": "TN24000001",
"Description": {
"Name": "Room Only"
},
"CurrencyCode": "IDR"
}
]
}
}
Last updated