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

    Interface OperationInstruction

    interface OperationInstruction {
        id: string;
        sequence: number;
        type: "CONSIGNE" | "CONTROLE";
        description: string;
        descriptionAr?: string;
        frequency?: string;
        method?: string;
        recording?: string;
        controlType?: string;
        targetValue?: number;
        minValue?: number;
        maxValue?: number;
        unit?: string;
    }
    Index

    Properties

    id: string
    sequence: number
    type: "CONSIGNE" | "CONTROLE"
    description: string
    descriptionAr?: string
    frequency?: string
    method?: string
    recording?: string
    controlType?: string
    targetValue?: number
    minValue?: number
    maxValue?: number
    unit?: string