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

    Interface UpdateProgramData

    interface UpdateProgramData {
        clientId?: string;
        finishedProductId?: string;
        programWeek?: string | null;
        clientProductCode?: string | null;
        receptionDate?: string;
        status?: "DRAFT" | "PROCESSED" | "CALCULATED" | "OLD";
        ediMessageId?: string | null;
        ediExtract?: string | null;
        notes?: string | null;
    }
    Index

    Properties

    clientId?: string
    finishedProductId?: string
    programWeek?: string | null
    clientProductCode?: string | null
    receptionDate?: string
    status?: "DRAFT" | "PROCESSED" | "CALCULATED" | "OLD"
    ediMessageId?: string | null
    ediExtract?: string | null
    notes?: string | null