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

    Interface Department

    Organizational department for users and cost tracking. Supports Add, Read, Modify, Upsert, Delete.

    interface Department {
        active: "0" | "1";
        code?: string;
        created: DateContainer;
        externalid?: string;
        id: string;
        name: string;
        notes?: string;
        picklist_label?: string;
        updated: DateContainer;
        userid?: string;
    }
    Index

    Properties

    active: "0" | "1"

    ‘1’ if active, else ‘0’

    code?: string

    Department code or abbreviation

    created: DateContainer

    [Read-only] Created timestamp

    externalid?: string

    Optional external system ID

    id: string

    [Read-only] Internal ID

    name: string

    Department name

    notes?: string

    Freeform notes

    picklist_label?: string

    Label shown in picklists

    updated: DateContainer

    [Read-only] Updated timestamp

    userid?: string

    ID of the department head user