@dialstack/sdk-dev / js/src / UpdateAccountRequest
Interface: UpdateAccountRequest
Defined in: sdk/js/src/types/account-onboarding.ts:142
Properties
config?
optional config?: AccountConfig;
Defined in: sdk/js/src/types/account-onboarding.ts:147
default_button_template?
optional default_button_template?: string | null;
Defined in: sdk/js/src/types/account-onboarding.ts:155
Set or clear the template inherited by newly created compatible devices.
email?
optional email?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:144
hold_music_clip?
optional hold_music_clip?: string | null;
Defined in: sdk/js/src/types/account-onboarding.ts:148
hold_music_clip_id?
optional hold_music_clip_id?: string | null;
Defined in: sdk/js/src/types/account-onboarding.ts:150
Deprecated
Use hold_music_clip. Retained for backwards compatibility.
main_location?
optional main_location?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:151
main_location_id?
optional main_location_id?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:153
Deprecated
Use main_location. Retained for backwards compatibility.
name?
optional name?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:143
phone?
optional phone?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:145
primary_contact_name?
optional primary_contact_name?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:146
tos_variant?
optional tos_variant?: TosVariant;
Defined in: sdk/js/src/types/account-onboarding.ts:162
Move the account onto the other Service Subscription Agreement. Accepted only while the account has not yet accepted its agreement. Once it has, this returns 409 — changing the required agreement invalidates that acceptance and blocks the account's calling, including 911.