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

    Interface DeliveryForecastMessage

    interface DeliveryForecastMessage {
        type: "DELFOR";
        forecastNumber: string;
        forecastDate: Date;
        buyer: Party;
        seller: Party;
        lines: ForecastLine[];
    }
    Index

    Properties

    type: "DELFOR"
    forecastNumber: string
    forecastDate: Date
    buyer: Party
    seller: Party
    lines: ForecastLine[]