Skip to main content

Interface: TenantUpdateInput

Defined in: type/TenantUpdateInput.ts:8

Input object for TenantUpdateInput Input for updating an existing tenant. All fields are optional.

Properties

allowQuoteInvalidation?

optional allowQuoteInvalidation?: ALLOW_QUOTE_INVALIDATION

Defined in: type/TenantUpdateInput.ts:16

Controls whether quotes can be invalidated within this tenant


defaultAppLanguage?

optional defaultAppLanguage?: string

Defined in: type/TenantUpdateInput.ts:22

[SETTING] Default application UI language for this tenant as a 2-character code (e.g. EN, NL). Used when no user-specific language preference is available.


defaultDataLanguage?

optional defaultDataLanguage?: string

Defined in: type/TenantUpdateInput.ts:25

[SETTING] Default data language for this tenant as a 2-character code (e.g. EN, NL). Applied to localized data fields when no explicit language is requested.


descriptions?

optional descriptions?: LocalizedStringInput[]

Defined in: type/TenantUpdateInput.ts:12

Localized descriptions for the tenant in different languages


name?

optional name?: string

Defined in: type/TenantUpdateInput.ts:10

Display name for the tenant


quoteDefaultExpiryPeriodDays?

optional quoteDefaultExpiryPeriodDays?: number

Defined in: type/TenantUpdateInput.ts:18

Default number of days before quotes expire within this tenant


restrictSalesPricingVisibility?

optional restrictSalesPricingVisibility?: RESTRICT_SALES_PRICING_VISIBILITY

Defined in: type/TenantUpdateInput.ts:14

Controls whether sales pricing information is restricted within this tenant