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

    Interface CreateProgramData

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

    Properties

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