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

    Interface UpdatePlanningData

    interface UpdatePlanningData {
        stepId: string;
        plannedStartDate: string;
        plannedEndDate: string;
        workCenterId?: string;
    }
    Index

    Properties

    stepId: string
    plannedStartDate: string
    plannedEndDate: string
    workCenterId?: string