INPUT_OBJECT
UpdateSystemSettingsMutationInput
The input object that defines the fields for the updateSystemSettings mutation.
link GraphQL Schema definition
- input UpdateSystemSettingsMutationInput {
- # A supported language.
- Language :
- # The currency the system displays money in.
- Currency :
- # The date format to use.
- DateFormat :
- # The time format to use.
- TimeFormat :
- # The character used to separate digits in numbers.
- DigitSeparator :
- # The character used to separate decimals in numbers.
- DecimalSeparator :
- # The timezone you want times in the system displayed in.
- Timezone :
- # A state, province, or other country subdivision.
- Subdivision :
- # A two character country code.
- Country :
- # A city.
- String :
- # Automatically create a RADIUS account when a new account is created.
- Boolean :
- # A text prefix to use when automatically creating a new RADIUS account.
- String :
- # Application firewall enabled.
- Boolean :
- # The system of units.
- Units :
- # Whether all or only primary contacts may access the customer portal.
- CustomerPortalContactAccess :
- # The date and time to suppress inventory item status alerts until.
- Datetime :
- # Invoices will be created in both English and French for all customers.
- Boolean :
- # The source for the company used to populate the DBA name on the FCC Form 477.
- # Supports one of service, account, or default.
- FccForm477CompanySource :
- # If an invoice is past due, will include red watermark stamp saying "Past Due" in
- # the local language.
- Boolean :
- # If true then DHCP leases with Option82 remote_id will assign the IP address to a
- # matching customer MAC address instead of a matching remote_id MAC address.
- Boolean :
- # The default name to use in email From fields
- String :
- # The default user name to use in email From address. For example the 'jane' in
- # jane@domain.com
- String :
- # The id of the Email Domain to use in email From address.
- Int64Bit :
- # the id of the Phone Number to use as default sender for SMS messages.
- Int64Bit :
- # The default language for messages.
- Language :
- # The id of the default signature to use for Single Recipient Messages.
- Int64Bit :
- # The id of the default signature to use for Mass Messages.
- Int64Bit :
- # The id of the default signature to use for Triggered Messages.
- Int64Bit :
- # Whether or not to disable the default sonar login and require the use of SSO.
- Boolean :
- # Setting this value to `true` will set `city` to null.
- Boolean :
- # Setting this value to `true` will set `suppress_alerts_until_datetime` to null.
- Boolean :
- # Setting this value to `true` will set `default_message_from_email_domain_id` to
- # null.
- Boolean :
- # Setting this value to `true` will set `default_message_from_phone_number_id` to
- # null.
- Boolean :
- # Setting this value to `true` will set `default_message_language` to null.
- Boolean :
- # Setting this value to `true` will set `single_recipient_signature_id` to null.
- Boolean :
- # Setting this value to `true` will set `mass_message_signature_id` to null.
- Boolean :
- # Setting this value to `true` will set `triggered_message_signature_id` to null.
- Boolean :
- }