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

    Interface CreateProgramLineData

    interface CreateProgramLineData {
        date: string;
        ediEndDate?: string | null;
        week?: string | null;
        type?: "FORECAST" | "FIRM";
        period?: "YEAR" | "WEEK" | "DAY" | "CUSTOM" | "QUARTER" | "MONTH";
        customDate?: string | null;
        quarter?: string | null;
        orderedQuantity?: number;
        kanbanNumber?: string | null;
        quantityOnOrder?: number;
        notes?: string | null;
    }
    Index

    Properties

    date: string
    ediEndDate?: string | null
    week?: string | null
    type?: "FORECAST" | "FIRM"
    period?: "YEAR" | "WEEK" | "DAY" | "CUSTOM" | "QUARTER" | "MONTH"
    customDate?: string | null
    quarter?: string | null
    orderedQuantity?: number
    kanbanNumber?: string | null
    quantityOnOrder?: number
    notes?: string | null