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

    Interface UpdateInstructionData

    interface UpdateInstructionData {
        operationId?: string;
        sequence?: number;
        type?: InstructionType;
        description?: string;
        frequency?: string;
        method?: string;
        controlType?: ControlType;
        targetValue?: number;
        minValue?: number;
        maxValue?: number;
        unit?: string;
        isActive?: boolean;
        id: string;
    }

    Hierarchy

    Index

    Properties

    operationId?: string
    sequence?: number
    description?: string
    frequency?: string
    method?: string
    controlType?: ControlType
    targetValue?: number
    minValue?: number
    maxValue?: number
    unit?: string
    isActive?: boolean
    id: string