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

    Interface ForecastSearchParams

    interface ForecastSearchParams {
        year?: number;
        month?: number;
        clientId?: string;
        commercialId?: string;
        finishedProductId?: string;
        status?: string[];
        groupBy?: "client" | "year" | "month" | "product" | "commercial";
        ordersDateType?: OrdersDateType;
    }
    Index

    Properties

    year?: number
    month?: number
    clientId?: string
    commercialId?: string
    finishedProductId?: string
    status?: string[]
    groupBy?: "client" | "year" | "month" | "product" | "commercial"
    ordersDateType?: OrdersDateType