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

    Interface CreateMaintenanceData

    interface CreateMaintenanceData {
        isActive: boolean;
        type: "INFO" | "WARNING" | "CRITICAL" | "EMERGENCY";
        title: string;
        message: string;
        actionText?: string;
        actionUrl?: string;
        startDate?: string;
        endDate?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isActive: boolean
    type: "INFO" | "WARNING" | "CRITICAL" | "EMERGENCY"
    title: string
    message: string
    actionText?: string
    actionUrl?: string
    startDate?: string
    endDate?: string