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

    Interface BillOfMaterial

    interface BillOfMaterial {
        id: string;
        quantity: number;
        unit: string;
        calculatedCost?: number;
        componentPrice?: number;
        efficiency?: number;
        rawMaterial?: { id: string; name: string; code: string };
        finishedProduct: { id: string; name: string; code: string };
    }
    Index

    Properties

    id: string
    quantity: number
    unit: string
    calculatedCost?: number
    componentPrice?: number
    efficiency?: number
    rawMaterial?: { id: string; name: string; code: string }
    finishedProduct: { id: string; name: string; code: string }