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

    Interface Jobcode

    A job code is a general job category with a generic cost that can be used for estimation and billing. Supports Add, Read, Modify, Upsert.

    interface Jobcode {
        active: "0" | "1";
        code?: string;
        created: string;
        currency: string;
        externalid?: string;
        id: string;
        loaded_cost: number;
        name: string;
        notes?: string;
        updated: string;
        userid_fte?: string;
    }
    Index

    Properties

    active: "0" | "1"

    A 1/0 flag indicating if the job code is active

    code?: string

    Optional accounting code for external integrations

    created: string

    [Read-only] When the record was created

    currency: string

    Currency code for monetary values

    externalid?: string

    Optional external system record ID

    id: string

    [Read-only] Unique internal ID

    loaded_cost: number

    Loaded cost per hour for this job code

    name: string

    Display name of the job code

    notes?: string

    Free-form notes

    updated: string

    [Read-only] When the record was last updated

    userid_fte?: string

    Internal ID of the generic resource used for FTE forecasting