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

    Interface UpdateMaintenanceData

    interface UpdateMaintenanceData {
        isActive: boolean;
        type: "INFO" | "WARNING" | "CRITICAL" | "EMERGENCY";
        title: string;
        message: string;
        actionText?: string;
        actionUrl?: string;
        startDate?: string;
        endDate?: string;
        id: 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
    id: string