@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?: string;
        categoryid?: string;
        cost_centerid?: string;
        created: string;
        customerid?: string;
        date: string;
        decimal_hours?: number;
        description?: string;
        end_time?: string;
        exported?: string;
        hours?: number;
        id: string;
        minutes?: number;
        projectid?: string;
        projecttask_typeid?: string;
        projecttaskid?: string;
        slipid?: string;
        updated: string;
    }
    Index

    Properties

    acct_date?: string

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

    categoryid?: string

    Service category ID.

    cost_centerid?: string

    Cost-center ID.

    created: string

    [Read-only] Creation timestamp.

    customerid?: string

    Customer ID (inferred from project if omitted).

    date: string

    [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.

    minutes?: number

    Minutes component (remainder of duration).

    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.

    updated: string

    [Read-only] Last-modified timestamp.