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

    Interface Ftpr

    interface Ftpr {
        id: string;
        name: string;
        version: string;
        status: string;
        type?: string;
        referenceQuantity: number;
        economicBatch?: number;
        minimumManufacturingQty?: number;
        manufacturingMultiple?: number;
        startDate?: string;
        endDate?: string;
        hasVariableCadence?: boolean;
        generateMultiLevel?: boolean;
        notes?: string;
        finishedProductId: string;
        finishedProduct: FtprFinishedProduct;
        unitOfMeasure?: { id: string; code: string; name: string; symbol: string };
        operations: FtprOperation[];
        isActive: boolean;
        createdAt: string;
        updatedAt: string;
    }
    Index

    Properties

    id: string
    name: string
    version: string
    status: string
    type?: string
    referenceQuantity: number
    economicBatch?: number
    minimumManufacturingQty?: number
    manufacturingMultiple?: number
    startDate?: string
    endDate?: string
    hasVariableCadence?: boolean
    generateMultiLevel?: boolean
    notes?: string
    finishedProductId: string
    finishedProduct: FtprFinishedProduct
    unitOfMeasure?: { id: string; code: string; name: string; symbol: string }
    operations: FtprOperation[]
    isActive: boolean
    createdAt: string
    updatedAt: string