RegionalSettings
Regional data (timezone, home country, language) of an extension/account. The default is Company (Auto-Receptionist) settings
Properties
Name | Type | Required | Description |
---|---|---|---|
home_country | CountryInfoShortModel | ❌ | |
timezone | TimezoneInfo | ❌ | Extension timezone information |
language | RegionalLanguageInfo | ❌ | Information on a language set as regional |
greeting_language | GreetingLanguageInfo | ❌ | Information on language used for telephony greetings |
formatting_locale | FormattingLocaleInfo | ❌ | Formatting language preferences for numbers, dates and currencies |
time_format | RegionalSettingsTimeFormat | ❌ | Time format setting. The default value is '12h' = ['12h', '24h'] |
RegionalSettingsTimeFormat
Time format setting. The default value is '12h' = ['12h', '24h']
Properties
Name | Type | Required | Description |
---|---|---|---|
_12H | str | ✅ | "12h" |
_24H | str | ✅ | "24h" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs