You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

What are the costs of participating in IDX?

BAREIS MLS® does not charge members to participate in IDX. Vendors receiving IDX data feeds from BAREIS are charged a nominal annual fee to off-set the costs of providing the data feed.

  • 109
  • 05-Oct-2017
  • 847 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });