if (!_.isUndefined(param) && !_.isNull(param) && _.isObject(param)) {
      // Extend params with default and custom param
      _.extend(data, param);
    }