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

    Interface UpdateEmployeeTrainingData

    interface UpdateEmployeeTrainingData {
        status?: "CANCELLED" | "COMPLETED" | "IN_PROGRESS" | "PLANNED";
        score?: number;
        certificate?: string;
        completionDate?: string;
        notes?: string;
        report?: string;
        reportDate?: string;
    }
    Index

    Properties

    status?: "CANCELLED" | "COMPLETED" | "IN_PROGRESS" | "PLANNED"
    score?: number
    certificate?: string
    completionDate?: string
    notes?: string
    report?: string
    reportDate?: string