getPropertyGuestReviews

@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetPropertyGuestReviewsOperation)"))
public final GuestReviews getPropertyGuestReviews(String propertyId, String language, String customerSessionId, List<GetPropertyGuestReviewsOperationParams.Filter> filter, List<GetPropertyGuestReviewsOperationParams.TripReason> tripReason, String billingTerms, String partnerPointOfSale, String paymentTerms, String platformName)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetPropertyGuestReviewsOperation)"))
public final GuestReviews getPropertyGuestReviews(String propertyId, String language, String customerSessionId, List<GetPropertyGuestReviewsOperationParams.Filter> filter, List<GetPropertyGuestReviewsOperationParams.TripReason> tripReason, String billingTerms, String partnerPointOfSale, String paymentTerms)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetPropertyGuestReviewsOperation)"))
public final GuestReviews getPropertyGuestReviews(String propertyId, String language, String customerSessionId, List<GetPropertyGuestReviewsOperationParams.Filter> filter, List<GetPropertyGuestReviewsOperationParams.TripReason> tripReason, String billingTerms, String partnerPointOfSale)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetPropertyGuestReviewsOperation)"))
public final GuestReviews getPropertyGuestReviews(String propertyId, String language, String customerSessionId, List<GetPropertyGuestReviewsOperationParams.Filter> filter, List<GetPropertyGuestReviewsOperationParams.TripReason> tripReason, String billingTerms)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetPropertyGuestReviewsOperation)"))
public final GuestReviews getPropertyGuestReviews(String propertyId, String language, String customerSessionId, List<GetPropertyGuestReviewsOperationParams.Filter> filter, List<GetPropertyGuestReviewsOperationParams.TripReason> tripReason)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetPropertyGuestReviewsOperation)"))
public final GuestReviews getPropertyGuestReviews(String propertyId, String language, String customerSessionId, List<GetPropertyGuestReviewsOperationParams.Filter> filter)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetPropertyGuestReviewsOperation)"))
public final GuestReviews getPropertyGuestReviews(String propertyId, String language, String customerSessionId)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetPropertyGuestReviewsOperation)"))
public final GuestReviews getPropertyGuestReviews(String propertyId, String language)

Deprecated

Use execute method instead

Replace with

execute(operation: GetPropertyGuestReviewsOperation)

Property Guest Reviews Note: Property Guest Reviews are only available if your account is configured for access and all launch requirements have been followed. Please find the launch requirements here https://support.expediapartnersolutions.com/hc/en-us/articles/360008646799 and contact your Account Manager for more details. The response is an individual Guest Reviews object containing multiple guest reviews for the requested active property. To ensure you always show the latest guest reviews, this call should be made whenever a customer looks at the details for a specific property.

Return

GuestReviews

Parameters

propertyId

Expedia Property ID.

language

Desired language for the response as a subset of BCP47 format that only uses hyphenated pairs of two-digit language and country codes. Use only ISO 639-1 alpha-2 language codes and ISO 3166-1 alpha-2 country codes.

Reference: * W3 Language Tags * Language Options

customerSessionId

Insert your own unique value for each user session, beginning with the first API call. Continue to pass the same value for each subsequent API call during the user's session, using a new value for every new customer session.
Including this value greatly eases EPS's internal debugging process for issues with partner requests, as it explicitly links together request paths for individual user's session. (optional)

filter

Single filter value. Send multiple instances of this parameter to request multiple filters. * language - Filters reviews to only those that match the specified language parameter value. Without this filter, the matching language will be preferred, but other language results can be returned. Specifying this filter could produce an error when there are no matching results. (optional)

tripReason

Desired reason provided for the reviewer's trip that you wish to display. This parameter can be supplied multiple times with different values, which will include reviews that match any of the requested trip reasons. (optional)

billingTerms

This parameter is to specify the terms of how a resulting booking should be billed. If this field is needed, the value for this will be provided to you separately. (optional)

partnerPointOfSale

This parameter is to specify what point of sale is being used to shop and book. If this field is needed, the value for this will be provided to you separately. (optional)

paymentTerms

This parameter is to specify what terms should be used when being paid for a resulting booking. If this field is needed, the value for this will be provided to you separately. (optional)

platformName

This parameter is to specify what platform is being used to shop and book. If this field is needed, the value for this will be provided to you separately. (optional)

Throws