The purpose of this call is to retrieve a list of reviews from a third party provider, such as TripAdvisor, for a particular property. The third party review provider has to be set up for each client before this call will return results.
If this feature is not enabled for your configuration and you would like to set this up, please contact your administrator.
The XML returned depends on the provider so this will be unique in each case.
The structure of the XML will be:
The structure of the XML will be:
<GetReviewsRequest>
<LoginDetails>
<Login>TestLogin</Login>
<Password>TestPassword</Password>
</LoginDetails>
<BuildingID>4</BuildingID>
<LanguageID>1</LanguageID>
<BrandID>2</BrandID>
<SalesChannelID>1</SalesChannelID>
</GetReviewsRequest>
<GetReviewsResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions />
</ReturnStatus>
<ResultsXML></ResultsXML>
</GetReviewsResponse>