Skip to main content

MultiUnitDescriptionDto

Localization data for a multi-unit

isoLanguagestringrequired

ISO language code

Example: en
titlestring

Title of the multi-unit in the specified language

Example: Beach Resort
descriptionstring

Description of the multi-unit in the specified language

Example: A beautiful resort by the beach
MultiUnitDescriptionDto
{
"isoLanguage": "en",
"title": "Beach Resort",
"description": "A beautiful resort by the beach"
}