ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface PurchaseForecastsResponse {
        year: number;
        months: MonthData[];
        totals: { purchasesA1: number; forecastCost: number };
    }
    Index

    Properties

    Properties

    year: number
    months: MonthData[]
    totals: { purchasesA1: number; forecastCost: number }