Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/api-explorer/v4-0/HotelService.swagger2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,10 @@
"BOOKED_PREVIOUSLY_BY_OTHER_EMPLOYEES",
"PERSONA_BASED_RECOMMENDATION",
"LOYALTY_MEMBER",
"CLOSEST_TO_COMPANY_LOCATION"
"CLOSEST_TO_COMPANY_LOCATION",
"MOST_BOOKED_HOTEL",
"MOST_BOOKED_BY_YOUR_COMPANY",
"SIMILAR_HOTEL_TYPE_AND_LOCATION_TO_THE_MOST_BOOKED_PROPERTY"
],
"example": "MOST_BOOKED_BY_COMPANY",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Hotel property object returned by hotel search.
`safetyScore`|[`SafetyScore`](#schemasafetyscore)|-|Hotel Safety Score information.|
`acceptedPayments`|[`AcceptedPayments`](#schemaacceptedpayments)|-|Supported values: `AMERICAN_AIRLINES`, `ALASKA_BARTER`, `AMEX`, `AWARD_CREDIT`, `CANADIAN`, `CARTE_BLANCHE`, `CHINA_UNION_PAY`, `CONFERMA`, `DELTA`, `DINERS_CLUB`, `DISCOVER`, `ENROUTE`, `EURO_CARD`, `JCB`, `MC`, `NORTHWEST`, `TWA`, `UATP`, `UNITED_TRAVEL`, `UNITED_CREDIT`, `VENDOR_PROVIDED`,`VISA`|
`propertyTypeCode`|`integer`|-|Code identifying the type of property (hotel, apartment, etc.) using OTA Property Class Type (PCT)|
`recommendationReasons`|`Array of recommendationReasons`|-|Optional array of enum values indicating why this hotel is recommended. Hotel connectors can populate this field with up to three values representing the reasons why a specific property is recommended. These values can be applied to a maximum of three properties. Supported values: `MOST_BOOKED_BY_TRAVELER`, `MOST_BOOKED_BY_COMPANY`, `MOST_BOOKED_OVERALL`, `EQUIVALENT_PROPERTY`, `BOOKED_PREVIOUSLY_BY_TRAVELER`, `BOOKED_PREVIOUSLY_BY_OTHER_EMPLOYEES`, `PERSONA_BASED_RECOMMENDATION`, `LOYALTY_MEMBER`, `CLOSEST_TO_COMPANY_LOCATION`|
`recommendationReasons`|`Array of recommendationReasons`|-|Optional array of enum values indicating why this hotel is recommended. Hotel connectors can populate this field with up to three values representing the reasons why a specific property is recommended. These values can be applied to a maximum of three properties. Supported values: `MOST_BOOKED_BY_TRAVELER`, `MOST_BOOKED_BY_COMPANY`, `MOST_BOOKED_OVERALL`, `EQUIVALENT_PROPERTY`, `BOOKED_PREVIOUSLY_BY_TRAVELER`, `BOOKED_PREVIOUSLY_BY_OTHER_EMPLOYEES`, `PERSONA_BASED_RECOMMENDATION`, `LOYALTY_MEMBER`, `CLOSEST_TO_COMPANY_LOCATION`, `MOST_BOOKED_HOTEL`, `MOST_BOOKED_BY_YOUR_COMPANY`, `SIMILAR_HOTEL_TYPE_AND_LOCATION_TO_THE_MOST_BOOKED_PROPERTY`|

## <a id="schemahotelrating"></a> HotelRating

Expand Down