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

Properties

category: "ecosystem"
data: {
    active: boolean;
    ecosystemId: string;
    emailAddress: undefined;
    fullName: undefined;
    participantId: string;
    primaryPhoneNumber: undefined;
    secondaryPhoneNumber: undefined;
}

Type declaration

  • active: boolean
  • ecosystemId: string
  • emailAddress: undefined
  • fullName: undefined
  • participantId: string
  • primaryPhoneNumber: undefined
  • secondaryPhoneNumber: undefined
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"