@webitel/api-services
    Preparing search index...
    type UpdateDeviceBody = {
        account?: string;
        brand?: string;
        createdAt?: string;
        createdBy?: ApiUserId;
        deletedAt?: string;
        deletedBy?: ApiUserId;
        hotdesk?: boolean;
        hotdesks?: string[];
        ip?: string;
        loggedIn?: string;
        mac?: string;
        model?: string;
        name?: string;
        password?: string;
        provision?: UpdateDeviceBodyProvision;
        reged?: boolean;
        updatedAt?: string;
        updatedBy?: ApiUserId;
        user?: ApiUserId;
    }
    Index

    Properties

    account?: string

    username

    brand?: string

    vendor brand name

    createdAt?: string
    createdBy?: ApiUserId
    deletedAt?: string
    deletedBy?: ApiUserId
    hotdesk?: boolean

    act as a hotdesk

    hotdesks?: string[]
    ip?: string
    loggedIn?: string
    mac?: string
    model?: string
    name?: string

    display name

    password?: string
    reged?: boolean
    updatedAt?: string
    updatedBy?: ApiUserId
    user?: ApiUserId