Breadcrumb
- Hotel Content
- Hotel Content
- Use Cases
- Hotel Information
Hotel Information
Hotel Information
Basic hotel information is returned in the response by default.
Response (partial)
{
"hotelList": [{
"ActiveDate": {
"StartDate": "2016-05-13",
"EndDate": "2027-09-29"
},
"Status": "Open",
"Code": "AMTX1",
"PmsCode": "13098",
"ID": "13098",
"Name": "Amorim Hotel",
"ShortName": "Amorim Hotel",
}]
}
Request Hotel Name in a specified language.
Note: Use Accept-Language to return language specific content.
Response (partial)
{
"hotelList": [{
"ActiveDate": {
"StartDate": "2016-05-13",
"EndDate": "2027-09-29"
},
"Status": "Open",
"Code": "AMTX1",
"PmsCode": "13098",
"ID": "13098",
"Name": "Hôtel Amorim",
"ShortName": "Amorim Hotel",
}]
}