@theredspace/spp-client
    Preparing search index...

    Interface Task

    A time entry [Task] is a time slot worked by an employee on a work package. Supports Add, Read, Modify, Upsert, Delete, Reject. :contentReference[oaicite:0]{index=0}:contentReference[oaicite:1]{index=1}

    interface Task {
        acct_date?: DateContainer;
        category_id?: string;
        categoryid?: string;
        cost_centerid?: string;
        created: DateContainer;
        customerid?: string;
        date: DateContainer;
        decimal_hours?: number;
        description?: string;
        end_time?: string;
        exported?: string;
        hours?: number;
        id: string;
        job_codeid?: string;
        loaded_cost?: number;
        loaded_cost_2: number;
        loaded_cost_3: number;
        minutes?: number;
        notes?: string;
        payroll_typeid?: string;
        project_loaded_cost?: number;
        project_loaded_cost_2?: number;
        project_loaded_cost_3?: number;
        projectid?: string;
        projecttask_typeid?: string;
        projecttaskid?: string;
        slipid?: string;
        start_time?: string;
        thin_client_id?: string;
        timesheetid?: string;
        timetypeid?: string;
        updated: DateContainer;
        userid?: string;
    }
    Index

    Properties

    acct_date?: DateContainer

    Accounting-period date (YYYY-MM-DD).

    category_id?: string
    categoryid?: string

    Service category ID.

    cost_centerid?: string

    Cost-center ID.

    created: DateContainer

    [Read-only] Creation timestamp.

    customerid?: string

    Customer ID (inferred from project if omitted).

    [Required] Date of the time entry (YYYY-MM-DD).

    decimal_hours?: number

    Decimal hours (e.g. 5.5 for 5h30m).

    description?: string

    Description of the work.

    end_time?: string

    End time (HH:MM:SS).

    exported?: string

    [Read-only] When the entry was marked “exported.”

    hours?: number

    Hours component (integer part of duration).

    id: string

    [Read-only] Unique ID.

    job_codeid?: string
    loaded_cost?: number
    loaded_cost_2: number
    loaded_cost_3: number
    minutes?: number

    Minutes component (remainder of duration).

    notes?: string
    payroll_typeid?: string
    project_loaded_cost?: number
    project_loaded_cost_2?: number
    project_loaded_cost_3?: number
    projectid?: string

    Project ID.

    projecttask_typeid?: string

    Project task type ID (for milestones vs tasks).

    projecttaskid?: string

    Project-task ID.

    slipid?: string

    Slip ID if invoiced.

    start_time?: string
    thin_client_id?: string
    timesheetid?: string
    timetypeid?: string
    updated: DateContainer

    [Read-only] Last-modified timestamp.

    userid?: string