ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface Tool

    interface Tool {
        id: string;
        code: string;
        name: string;
        description?: string;
        type: string;
        category?: string;
        brand?: string;
        model?: string;
        serialNumber?: string;
        specifications?: string;
        length?: number;
        width?: number;
        height?: number;
        weight?: number;
        material?: string;
        currentLocationId?: string;
        warehouseId?: string;
        isAvailable: boolean;
        isInUse: boolean;
        lastMaintenance?: string;
        nextMaintenance?: string;
        maintenanceNotes?: string;
        status: string;
        barcode?: string;
        qrCode?: string;
        internalReference?: string;
        purchasePrice?: number;
        currentValue?: number;
        depreciationRate?: number;
        imageUrl?: string;
        imageKey?: string;
        notes?: string;
        tags?: string;
        isActive: boolean;
        createdAt: string;
        updatedAt: string;
        createdByUserId?: string;
        currentLocation?: { id: string; name: string };
        warehouse?: { id: string; name: string };
        createdBy?: { id: string; name: string };
    }
    Index

    Properties

    id: string
    code: string
    name: string
    description?: string
    type: string
    category?: string
    brand?: string
    model?: string
    serialNumber?: string
    specifications?: string
    length?: number
    width?: number
    height?: number
    weight?: number
    material?: string
    currentLocationId?: string
    warehouseId?: string
    isAvailable: boolean
    isInUse: boolean
    lastMaintenance?: string
    nextMaintenance?: string
    maintenanceNotes?: string
    status: string
    barcode?: string
    qrCode?: string
    internalReference?: string
    purchasePrice?: number
    currentValue?: number
    depreciationRate?: number
    imageUrl?: string
    imageKey?: string
    notes?: string
    tags?: string
    isActive: boolean
    createdAt: string
    updatedAt: string
    createdByUserId?: string
    currentLocation?: { id: string; name: string }
    warehouse?: { id: string; name: string }
    createdBy?: { id: string; name: string }