Skip to main content

HostResponseDto

Host's response to this review (text, language, timestamp). Optional. Only set when the host has replied to the guest review.

responseTextstring

Text of the host's response to the guest review.

Example: Thank you for your stay!
responseLanguagestring

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

Example: en
responseDateTimestring

Date and time the host posted (or last edited) the response. If unknown, providers may approximate from the record's last update timestamp.

Example: 2017-08-15 09:00:00
HostResponseDto
{
"responseText": "Thank you for your stay!",
"responseLanguage": "en",
"responseDateTime": "2017-08-15 09:00:00"
}