ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface BillOfMaterial {
        id: string;
        quantity: number;
        unit: string;
        calculatedCost: number | null;
        componentPrice: number | null;
        efficiency: number | null;
        rawMaterial: { id: string; name: string; code: string } | null;
        finishedProductComponent: { id: string; name: string; code: string } | null;
    }
    Index

    Properties

    id: string
    quantity: number
    unit: string
    calculatedCost: number | null
    componentPrice: number | null
    efficiency: number | null
    rawMaterial: { id: string; name: string; code: string } | null
    finishedProductComponent: { id: string; name: string; code: string } | null