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

    Interface UpdateOpportunityData

    interface UpdateOpportunityData {
        name?: string;
        codeVehicle?: string;
        clientId?: string;
        leadId?: string;
        stage?: string;
        status?: string;
        expectedRevenue?: number;
        actualRevenue?: number;
        probability?: number;
        rfqDate?: string;
        offerSentDate?: string;
        requestedDeadline?: string;
        sopDate?: string;
        eopDate?: string;
        notes?: string;
        companyId?: string;
        technicianId?: string;
        advId?: string;
        keyAccountManagerId?: string;
        importanceType?: string;
        contextRevenue?: boolean;
        contextClient?: boolean;
        contextProduct?: boolean;
        majorClass?: string;
        cancelledReason?: string;
        lostReason?: string;
        declinedReason?: string;
        postponedDate?: string;
        followUpDate?: string;
        id: string;
    }

    Hierarchy

    Index

    Properties

    name?: string
    codeVehicle?: string
    clientId?: string
    leadId?: string
    stage?: string
    status?: string
    expectedRevenue?: number
    actualRevenue?: number
    probability?: number
    rfqDate?: string
    offerSentDate?: string
    requestedDeadline?: string
    sopDate?: string
    eopDate?: string
    notes?: string
    companyId?: string
    technicianId?: string
    advId?: string
    keyAccountManagerId?: string
    importanceType?: string
    contextRevenue?: boolean
    contextClient?: boolean
    contextProduct?: boolean
    majorClass?: string
    cancelledReason?: string
    lostReason?: string
    declinedReason?: string
    postponedDate?: string
    followUpDate?: string
    id: string