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

    Interface Uprate

    An override of a resource’s loaded cost rate (per-project or per-role). Supports Add, Read, Modify, Upsert, Delete.

    interface Uprate {
        cost: number;
        created: string;
        currency: string;
        current: "0" | "1";
        end?: string;
        id: string;
        projectid?: string;
        roleid?: string;
        start: string;
        updated: string;
        userid: string;
    }
    Index

    Properties

    cost: number

    New loaded cost rate

    created: string

    [Read-only] Created timestamp

    currency: string

    Currency of the cost

    current: "0" | "1"

    '1' if this is the current override

    end?: string

    End date (YYYY-MM-DD)

    id: string

    [Read-only] Unique ID

    projectid?: string

    Project ID (optional)

    roleid?: string

    Work-schedule role ID (optional)

    start: string

    Start date (YYYY-MM-DD)

    updated: string

    [Read-only] Updated timestamp

    userid: string

    User ID