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

    Interface TimeTrackingRecord

    interface TimeTrackingRecord {
        id: string;
        userId: string;
        userName: string;
        userEmail: string;
        employeeNumber?: string;
        date: string;
        clockIn: string;
        clockOut?: string;
        breakStart?: string;
        breakEnd?: string;
        totalWorkTime?: number;
        totalBreakTime?: number;
        location?: string;
        notes?: string;
        status: string;
        correctedBy?: string;
        correctedAt?: string;
        correctionReason?: string;
        createdAt: string;
        updatedAt: string;
    }
    Index

    Properties

    id: string
    userId: string
    userName: string
    userEmail: string
    employeeNumber?: string
    date: string
    clockIn: string
    clockOut?: string
    breakStart?: string
    breakEnd?: string
    totalWorkTime?: number
    totalBreakTime?: number
    location?: string
    notes?: string
    status: string
    correctedBy?: string
    correctedAt?: string
    correctionReason?: string
    createdAt: string
    updatedAt: string