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

    Interface CreateUnplannedLineData

    interface CreateUnplannedLineData {
        date: string;
        week?: string | null;
        soldQuantity?: number;
        salesStatus?: string | null;
    }
    Index

    Properties

    date: string
    week?: string | null
    soldQuantity?: number
    salesStatus?: string | null