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

    Interface ProjectTaskAssign

    User assignment to a ProjectTask. citeturn14file9

    interface ProjectTaskAssign {
        allocation?: number;
        booking_id: string;
        created: DateContainer;
        externalid: string;
        id: string;
        job_codeid: string;
        pending_booking_id?: number;
        planned_hours?: number;
        project_assignment_profile_id: string;
        project_groupid: string;
        projecttaskid: string;
        rule_rate_override?: number;
        rule_rate_override_currency?: string;
        updated: DateContainer;
        userid: string;
    }
    Index

    Properties

    allocation?: number
    booking_id: string
    created: DateContainer
    externalid: string
    id: string
    job_codeid: string
    pending_booking_id?: number
    planned_hours?: number
    project_assignment_profile_id: string
    project_groupid: string
    projecttaskid: string
    rule_rate_override?: number
    rule_rate_override_currency?: string
    updated: DateContainer
    userid: string