ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface MeetingCompany {
        id: string;
        name: string;
        role: "MAIN" | "VISITED" | "PARENT";
        city?: string;
        country?: string;
        isParentPartner?: boolean;
        notes?: string;
    }
    Index

    Properties

    id: string
    name: string
    role: "MAIN" | "VISITED" | "PARENT"
    city?: string
    country?: string
    isParentPartner?: boolean
    notes?: string