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

    Interface UserWorkSchedule

    Assigns a work schedule to a user. Supports Add, Read, Modify, Delete.

    interface UserWorkSchedule {
        account_workscheduleid?: string;
        acct_code?: string;
        created: DateContainer;
        end_date?: DateContainer;
        externalid?: string;
        id: string;
        master_workscheduleid?: string;
        name?: string;
        sample_date?: DateContainer;
        start_date: DateContainer;
        updated: DateContainer;
        use_this_schedule?: "0" | "1";
        userid: string;
        week_num: number;
        workdays: string;
        workhourid: string;
        workhours: string;
        workscheduleid: string;
    }
    Index

    Properties

    account_workscheduleid?: string
    acct_code?: string
    created: DateContainer
    end_date?: DateContainer
    externalid?: string
    id: string
    master_workscheduleid?: string
    name?: string
    sample_date?: DateContainer
    start_date: DateContainer
    updated: DateContainer
    use_this_schedule?: "0" | "1"
    userid: string
    week_num: number
    workdays: string
    workhourid: string
    workhours: string
    workscheduleid: string