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

    Interface CreateInstructionData

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

    Properties

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