ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface StockMovementsParams {
        page?: number;
        limit?: number;
        search?: string;
        type?: string;
        warehouseId?: string;
        productType?: "" | "RAW_MATERIAL" | "FINISHED_PRODUCT";
        dateFrom?: string;
        dateTo?: string;
        operatorId?: string;
    }
    Index

    Properties

    page?: number
    limit?: number
    search?: string
    type?: string
    warehouseId?: string
    productType?: "" | "RAW_MATERIAL" | "FINISHED_PRODUCT"
    dateFrom?: string
    dateTo?: string
    operatorId?: string