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

    Interface TaskAdjustment

    A change made to a time entry via an adjustment timesheet after the original timesheet was approved. Read-only; supports only the “all” and “equal to” read methods.

    interface TaskAdjustment {
        created: string;
        id: string;
        new_taskid: string;
        new_timesheetid: string;
        old_taskid: string;
        old_timesheetid: string;
        updated: string;
    }
    Index

    Properties

    created: string

    [Read-only] Time the record was created.

    id: string

    [Read-only] Unique ID automatically assigned by the system.

    new_taskid: string

    [Read-only] The ID of the adjustment task.

    new_timesheetid: string

    [Read-only] The ID of the adjustment timesheet.

    old_taskid: string

    [Read-only] The ID of the original task.

    old_timesheetid: string

    [Read-only] The ID of the original timesheet.

    updated: string

    [Read-only] Time the record was last updated.