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

    Interface Equipment

    interface Equipment {
        id: string;
        name: string;
        code: string;
        description?: string;
        type: string;
        manufacturer?: string;
        model?: string;
        serialNumber?: string;
        location?: string;
        isActive: boolean;
        status?: string;
        lastMaintenance?: Date;
        nextMaintenance?: Date;
        workCenter?: { id: string; name: string; code: string };
        usageCount: number;
        createdAt: Date;
        updatedAt: Date;
    }
    Index

    Properties

    id: string
    name: string
    code: string
    description?: string
    type: string
    manufacturer?: string
    model?: string
    serialNumber?: string
    location?: string
    isActive: boolean
    status?: string
    lastMaintenance?: Date
    nextMaintenance?: Date
    workCenter?: { id: string; name: string; code: string }
    usageCount: number
    createdAt: Date
    updatedAt: Date