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

    Interface OpportunityStats

    interface OpportunityStats {
        totalOpportunities: number;
        openOpportunities: number;
        totalRevenue: number;
        conversionRate: number;
    }
    Index

    Properties

    totalOpportunities: number
    openOpportunities: number
    totalRevenue: number
    conversionRate: number