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

    Interface ActionAssigneeInput

    interface ActionAssigneeInput {
        userId?: string;
        name?: string;
        email?: string;
        role?: string;
        notes?: string;
    }
    Index

    Properties

    userId?: string
    name?: string
    email?: string
    role?: string
    notes?: string