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

    Interface FtprOperationTool

    interface FtprOperationTool {
        id: string;
        quantity: number;
        rawMaterial?: { id: string; code: string; name: string };
        finishedProduct?: { id: string; code: string; name: string };
        unitOfMeasure?: { id: string; code: string; symbol: string };
    }
    Index

    Properties

    id: string
    quantity: number
    rawMaterial?: { id: string; code: string; name: string }
    finishedProduct?: { id: string; code: string; name: string }
    unitOfMeasure?: { id: string; code: string; symbol: string }