@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: string;
        id: string;
        name: string;
        notes?: string;
        updated: string;
    }
    Index

    Properties

    active: "0" | "1"

    ‘1’ if active, else ‘0’

    code?: string

    Department code or abbreviation

    created: string

    [Read-only] Created timestamp

    id: string

    [Read-only] Internal ID

    name: string

    Department name

    notes?: string

    Freeform notes

    updated: string

    [Read-only] Updated timestamp