MATTR VII Platform API Events Registry - v12.23.0
    Preparing search index...

    ECOSYSTEM_PARTICIPANT_CONTACT_CREATE_START

    interface EcosystemParticipantContactCreateStartEventSanitised {
        category: "ecosystem";
        data: {
            active: boolean;
            ecosystemId: string;
            emailAddress: undefined;
            fullName: undefined;
            participantId: string;
            primaryPhoneNumber: undefined;
            secondaryPhoneNumber: undefined;
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "ECOSYSTEM_PARTICIPANT_CONTACT_CREATE_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "ecosystem"
    data: {
        active: boolean;
        ecosystemId: string;
        emailAddress: string | undefined;
        fullName: string;
        participantId: string;
        primaryPhoneNumber: string | undefined;
        secondaryPhoneNumber: string | undefined;
    }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "ECOSYSTEM_PARTICIPANT_CONTACT_CREATE_START"
    userAgent: string | undefined
    version: "1"