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

    Interface CreateLabelParams

    interface CreateLabelParams {
        code: string;
        type: "palette" | "carton" | "unite";
        workOrderId?: string;
        receptionId?: string;
        parentLabelId?: string;
        rawMaterialId?: string;
        finishedProductId?: string;
        equipmentId?: string;
        quantity: number;
        position?: string;
    }
    Index

    Properties

    code: string
    type: "palette" | "carton" | "unite"
    workOrderId?: string
    receptionId?: string
    parentLabelId?: string
    rawMaterialId?: string
    finishedProductId?: string
    equipmentId?: string
    quantity: number
    position?: string