Resource Definitions:MLSs/ID

From API Documentation

(Difference between revisions)
Jump to: navigation, search
WikiSysop (Talk | contribs)
(Created page with 'The ''mlss/ID'' resource references an individual MLS, where "ID" is the MLS's unique identifier within the Rezora system. '''''Example URI:''''' <nowiki>http://api.rezora.com/…')

Latest revision as of 01:10, 8 February 2012

The mlss/ID resource references an individual MLS, where "ID" is the MLS's unique identifier within the Rezora system.

Example URI: http://api.rezora.com/v1/mlss/comlmls

Available methods are:

Contents

GET

Returns a list of account settings for the specified agent. The response includes the following fields:

  • org_id
  • mls_name

Example Response - XML

<?xml version="1.0" encoding="UTF-8"?>
<mlss version="1.0">
 <mls>
  <org_id>comlmls</org_id>
  <mls_name>Colorado - Metrolist</mls_name>
 </mls>
</mlss>

Example Response - JSON

[
 {
  "org_id":"comlmls",
  "mls_name":"Colorado - Metrolist"
 }
]

Example Response - CSV

"org_id"|"mls_name"
"comlmls"|"Colorado - Metrolist"
Personal tools