update_marketing_details

Bulk update marketing field translations for units, unit types, and/or buildings. Supports upsert and parallel processing with partial failure handling.

Input

Parameter
Type
Required
Description

items

UpdateMarketingDetailsItem[]

Yes

Array of entity updates, each containing entityType, entityId, and translations - UpdateMarketingDetailsItem

UpdateMarketingDetailsItem

Field
Type
Required
Description

entityType

enum

Yes

The type of entity to update marketing details for - enum

entityId

string

Yes

The ID of the entity to update marketing details for

translations

MarketingTranslation[]

Yes

Array of translations to create or update - MarketingTranslation

MarketingTranslation

Field
Type
Required
Description

locale

enum

Yes

ISO 3166-1 alpha-2 locale code for the translation (uppercase) - enum

marketingTitle

string

No

Marketing title for the entity

marketingDescription

string

No

Marketing description for the entity

spaceDescription

string

No

Description of the space

locationDescription

string

No

Description of the location

accessDescription

string

No

Description of access to the property

transitDescription

string

No

Description of nearby transit options

additionalInformation

string

No

Additional information about the property

enum

Value
Description

EN

ES

FR

DE

IT

PT

NL

PL

CY

GA

Output

Field
Type
Description

content

ContentItem[]

Array of content items returned by the tool - ContentItem

isError

boolean

Whether the tool execution resulted in an error

ContentItem

Field
Type
Description

type

'text'

Content type (currently only 'text' is supported)

text

string

The text content to display

Last updated