CustomerReviewDto
Name of customer.
Possible values: <= 50 characters
JohnSummary of the comment
Beautiful stayCountry code represented in standard ISO 3166-1 ALPHA-2 format
Possible values: >= 2 characters and <= 2 characters
DEDate of arrival of the customer to the accommodation
2017-07-31Date of review
2017-08-12 22:17:31Overall rating of the entire stay
Possible values: >= 0 and <= 100
90Rating of the location of the accommodation
Possible values: >= 0 and <= 100
90Rating of the local services
Possible values: >= 0 and <= 100
95Rating of the furnishing of the accommodation
Possible values: >= 0 and <= 100
85Rating of the cleanliness of the accommodation
Possible values: >= 0 and <= 100
70Rating of the value for money spent for the accommodation
Possible values: >= 0 and <= 100
100Rating of the beaches around the accommodation
Possible values: >= 0 and <= 100
85Rating of the accommodation.
Possible values: >= 0 and <= 100
80Rating of the host
Possible values: >= 0 and <= 100
100Language used for review
Possible values: >= 2 characters and <= 2 characters
enReview text
Great stay, very well located apartment.Positive points
Wonderful accommodation with great servicesNegative points
Location far from city centerhostResponse object
Host's response to this review (text, language, timestamp). Optional. Only set when the host has replied to the guest review.
Text of the host's response to the guest review.
Thank you for your stay!Language of the response, ISO 639-1 (2 chars). If unknown, providers may send the most probable one based on the review language.
Possible values: >= 2 characters and <= 2 characters
enDate and time the host posted (or last edited) the response. If unknown, providers may approximate from the record's last update timestamp.
2017-08-15 09:00:00{
"customerName": "John",
"title": "Beautiful stay",
"country": "DE",
"travelDate": "2017-07-31",
"reviewDateTime": "2017-08-12 22:17:31",
"globalRating": 90,
"location": 90,
"localService": 95,
"furnishings": 85,
"cleanliness": 70,
"valueForMoney": 100,
"beach": 85,
"accommodation": 80,
"host": 100,
"language": "en",
"text": "Great stay, very well located apartment.",
"positiveText": "Wonderful accommodation with great services",
"negativeText": "Location far from city center",
"hostResponse": {
"responseText": "Thank you for your stay!",
"responseLanguage": "en",
"responseDateTime": "2017-08-15 09:00:00"
}
}