ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface SystemSetting

    interface SystemSetting {
        id: string;
        name: string;
        logo?: string | null;
        active: boolean;
        address?: string | null;
        websiteURL?: string | null;
        supportEmail?: string | null;
        supportPhone?: string | null;
        language: string;
        timezone: string;
        currency: string;
        currencyFormat: string;
        socialFacebook?: string | null;
        socialTwitter?: string | null;
        socialInstagram?: string | null;
        socialLinkedIn?: string | null;
        socialPinterest?: string | null;
        socialYoutube?: string | null;
        notifyStockEmail: boolean;
        notifyStockWeb: boolean;
        notifyStockThreshold: number;
        notifyStockRoleIds: string[];
        notifyNewOrderEmail: boolean;
        notifyNewOrderWeb: boolean;
        notifyNewOrderRoleIds: string[];
        notifyOrderStatusUpdateEmail: boolean;
        notifyOrderStatusUpdateWeb: boolean;
        notifyOrderStatusUpdateRoleIds: string[];
        notifyPaymentFailureEmail: boolean;
        notifyPaymentFailureWeb: boolean;
        notifyPaymentFailureRoleIds: string[];
        notifySystemErrorFailureEmail: boolean;
        notifySystemErrorWeb: boolean;
        notifySystemErrorRoleIds: string[];
    }
    Index

    Properties

    id: string
    name: string
    logo?: string | null
    active: boolean
    address?: string | null
    websiteURL?: string | null
    supportEmail?: string | null
    supportPhone?: string | null
    language: string
    timezone: string
    currency: string
    currencyFormat: string
    socialFacebook?: string | null
    socialTwitter?: string | null
    socialInstagram?: string | null
    socialLinkedIn?: string | null
    socialPinterest?: string | null
    socialYoutube?: string | null
    notifyStockEmail: boolean
    notifyStockWeb: boolean
    notifyStockThreshold: number
    notifyStockRoleIds: string[]
    notifyNewOrderEmail: boolean
    notifyNewOrderWeb: boolean
    notifyNewOrderRoleIds: string[]
    notifyOrderStatusUpdateEmail: boolean
    notifyOrderStatusUpdateWeb: boolean
    notifyOrderStatusUpdateRoleIds: string[]
    notifyPaymentFailureEmail: boolean
    notifyPaymentFailureWeb: boolean
    notifyPaymentFailureRoleIds: string[]
    notifySystemErrorFailureEmail: boolean
    notifySystemErrorWeb: boolean
    notifySystemErrorRoleIds: string[]