A Multi-Unit Parent Listing Description
The Parent Unit Description Endpoint is specifically designed to manage and update descriptive information for parent multi-unit listing, such as parks, hotels, guest houses, or similar establishments. This endpoint enables detailed descriptions that help convey the unique attributes, atmosphere, and key features of these properties to potential guests and residents.
Time to tell us more about your establishment!
Description basics for a parent listing
- The descriptions should be sent at least in one language so we can translate them to other languages
- To update the descriptions you need to PUSH the entire descriptions object. Updates for single fields are not possible, otherwise the data will be overwritten.
- For all languages in which no titles are pushed we auto-generate a title for each domain.
Parameter | Type | Required | Usage |
---|---|---|---|
isoLanguage | string | YES | Here, you define the language in which you are sending the description. The following are the languages supported on Holidu: - de, dk, en, es, fr, it, nl, pl, pt, gr |
description | string | YES | Here you will be able to send the description of the parent multi-unit. The partners will be able to highlight their surroundings and activities, as well as the uniqueness or extras of their compound. Recommendations: - min 400 characters - max 2k characters - include info about the neighbourhood and property |
title | string | This value will be used to name the property on the Holidu website. Ideally, these should not be too long, otherwise, it will not be good for the user experience. Recommendations: - max 255 characters - min 3 characters - should not be with all letters in uppercase |
DESCRIPTIONS JSON object
[
{
"isoLanguage": "en",
"description": "Sunnyvale Holiday Park offers a serene escape with lush gardens, a large outdoor pool, and family-friendly activities.",
"title": "Sunnyvale Holiday Park"
},
{
"isoLanguage": "fr",
"description": "Le Parc de Vacances Sunnyvale offre une évasion sereine avec des jardins luxuriants, une grande piscine extérieure et des activités familiales.",
"title": "Parc de Vacances Sunnyvale"
},
{
"isoLanguage": "nl",
"description": "Sunnyvale Vakantiepark biedt een rustige ontsnapping met weelderige tuinen, een groot buitenzwembad en gezinsvriendelijke activiteiten.",
"title": "Sunnyvale Vakantiepark"
}
]
Updated about 13 hours ago