Descriptions
Time to tell us more about your properties!
Description basics
- Descriptions should be sent in at least 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 |
|---|---|---|---|
language | string | YES | Here you define the language in which you are sending the description. The following are the languages supported on Holidu:
|
description | string | YES | Here you will be able to send the description of the property. Partners can highlight the property's surroundings, activities, uniqueness, and extras.
|
title | string | This value will be used to name the property on the Holidu website. Ideally, titles should not be too long, as this negatively affects the user experience.
| |
locationDescription | string | Description of the outside of the apartment, such as location and surroundings. |
DESCRIPTIONS JSON object
[
{
"language": "de",
"description": "Die Appartamenti La Grotta befinden sich im historischen Zentrum von Bardolino...",
"title": "La Grotta"
},
{
"language": "en",
"description": "The apartment la Grotta is located in the historic center of Bardolino..",
"title": "La Grotta"
},
{
"language": "es",
"description": "El apartamento la Grotta está situado en el centro histórico de Bardolino..",
"title": "La Grotta"
}
]Updated 14 days ago
