RealtyBaron(TM) API

Data

  • Default Namespace
  • XML Schema File: ns0.xsd

The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.

The following elements are members of this namespace:

The following types are members of this namespace:

Element agent

Example XML

<?xml version="1.0" encoding="UTF-8"?> <agent id="..."> <forecasts> <!--content of type 'forecasts'--> <forecast> <!--content of type 'forecast'--> <metric> <!--content of type 'string'--> ... </metric> <date> <!--content of type 'dateTime'--> ... </date> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <spot> <!--content of type 'decimal'--> ... </spot> <future> <!--content of type 'decimal'--> ... </future> <market> <!--content of type 'string'--> ... </market> </forecast> <forecast> <!--(another 'forecast' type)--> </forecast> <!--...more "forecast" elements...--> <total> <!--content of type 'int'--> ... </total> </forecasts> <reviews> <!--content of type 'reviews'--> <recommend> <!--content of type 'decimal'--> ... </recommend> <review> <!--content of type 'review'--> <email> <!--content of type 'string'--> ... </email> <satisfied> <!--content of type 'string'--> ... </satisfied> <date> <!--content of type 'dateTime'--> ... </date> <name> <!--content of type 'string'--> ... </name> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <recommend> <!--content of type 'string'--> ... </recommend> <comment> <!--content of type 'string'--> ... </comment> </review> <review> <!--(another 'review' type)--> </review> <!--...more "review" elements...--> <total> <!--content of type 'int'--> ... </total> <satisfied> <!--content of type 'decimal'--> ... </satisfied> </reviews> <sales> <!--content of type 'sales'--> <sale> <!--content of type 'sale'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <list_price_final> <!--content of type 'decimal'--> ... </list_price_final> <city> <!--content of type 'string'--> ... </city> <price_per_size_unit> <!--content of type 'decimal'--> ... </price_per_size_unit> <list_price_original> <!--content of type 'decimal'--> ... </list_price_original> <property_type> <!--content of type 'string'--> ... </property_type> <precision> <!--content of type 'string'--> ... </precision> <address> <!--content of type 'string'--> ... </address> <transaction_side> <!--content of type 'string'--> ... </transaction_side> <latitude> <!--content of type 'decimal'--> ... </latitude> <longitude> <!--content of type 'decimal'--> ... </longitude> <zip> <!--content of type 'string'--> ... </zip> <state> <!--content of type 'string'--> ... </state> <sale_price_final> <!--content of type 'decimal'--> ... </sale_price_final> <market_days> <!--content of type 'int'--> ... </market_days> </sale> <sale> <!--(another 'sale' type)--> </sale> <!--...more "sale" elements...--> <total> <!--content of type 'int'--> ... </total> <charts> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </charts> </sales> <profile> <!--content of type 'profile'--> <photo height="..." width="..." url="..."> <!--content of type 'image'--> </photo> <agentrank> <!--content of type 'int'--> ... </agentrank> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <experience> <!--content of type 'float'--> ... </experience> <full_name> <!--content of type 'string'--> ... </full_name> <description> <!--content of type 'string'--> ... </description> </profile> </agent>

Example JSON

{ "id" : "...", "forecasts" : { "forecast" : [ { "metric" : "...", "date" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "spot" : ..., "future" : ..., "market" : "..." }, ... ], "total" : ... }, "reviews" : { "recommend" : ..., "review" : [ { "email" : "...", "satisfied" : "...", "date" : "...", "name" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "recommend" : "...", "comment" : "..." }, ... ], "total" : ..., "satisfied" : ... }, "sales" : { "sale" : [ { "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "list_price_final" : ..., "city" : "...", "price_per_size_unit" : ..., "list_price_original" : ..., "property_type" : "...", "precision" : "...", "address" : "...", "transaction_side" : "...", "latitude" : ..., "longitude" : ..., "zip" : "...", "state" : "...", "sale_price_final" : ..., "market_days" : ... }, ... ], "total" : ..., "charts" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] } }, "profile" : { "photo" : { "height" : ..., "width" : ..., "url" : "..." }, "agentrank" : ..., "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "experience" : ..., "full_name" : "...", "description" : "..." } }

Element answer

User: marc Date: May 12, 2009 Time: 1:49:47 PM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <answer timestamp="..." id="..." rating="..."> <text> <!--content of type 'string'--> ... </text> <author> <!--content of type 'string'--> ... </author> <badge type="...">...</badge> <tools type="...">...</tools> </answer>

Example JSON

{ "timestamp" : "...", "id" : ..., "rating" : ..., "text" : "...", "author" : "...", "badge" : { "type" : "...", "value" : "..." }, "tools" : { "type" : "...", "value" : "..." } }

Element answers

User: marc Date: May 12, 2009 Time: 1:51:52 PM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <answers> <answer timestamp="..." id="..." rating="..."> <!--content of type 'answer'--> <text> <!--content of type 'string'--> ... </text> <author> <!--content of type 'string'--> ... </author> <badge type="...">...</badge> <tools type="...">...</tools> </answer> <answer> <!--(another 'answer' type)--> </answer> <!--...more "answer" elements...--> </answers>

Example JSON

{ "answer" : [ { "timestamp" : "...", "id" : ..., "rating" : ..., "text" : "...", "author" : "...", "badge" : { "type" : "...", "value" : "..." }, "tools" : { "type" : "...", "value" : "..." } }, ... ] }

Element auction

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <auction> <title> <!--content of type 'string'--> ... </title> <current_bid> <!--content of type 'string'--> ... </current_bid> <total_bids> <!--content of type 'int'--> ... </total_bids> <winning_bidder> <!--content of type 'string'--> ... </winning_bidder> <remaining_time> <!--content of type 'string'--> ... </remaining_time> </auction>

Example JSON

{ "title" : "...", "current_bid" : "...", "total_bids" : ..., "winning_bidder" : "...", "remaining_time" : "..." }

Element bid

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <bid id="..."> <agent id="..."> <!--content of type 'agent'--> <forecasts> <!--content of type 'forecasts'--> <forecast> <!--content of type 'forecast'--> <metric> <!--content of type 'string'--> ... </metric> <date> <!--content of type 'dateTime'--> ... </date> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <spot> <!--content of type 'decimal'--> ... </spot> <future> <!--content of type 'decimal'--> ... </future> <market> <!--content of type 'string'--> ... </market> </forecast> <forecast> <!--(another 'forecast' type)--> </forecast> <!--...more "forecast" elements...--> <total> <!--content of type 'int'--> ... </total> </forecasts> <reviews> <!--content of type 'reviews'--> <recommend> <!--content of type 'decimal'--> ... </recommend> <review> <!--content of type 'review'--> <email> <!--content of type 'string'--> ... </email> <satisfied> <!--content of type 'string'--> ... </satisfied> <date> <!--content of type 'dateTime'--> ... </date> <name> <!--content of type 'string'--> ... </name> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <recommend> <!--content of type 'string'--> ... </recommend> <comment> <!--content of type 'string'--> ... </comment> </review> <review> <!--(another 'review' type)--> </review> <!--...more "review" elements...--> <total> <!--content of type 'int'--> ... </total> <satisfied> <!--content of type 'decimal'--> ... </satisfied> </reviews> <sales> <!--content of type 'sales'--> <sale> <!--content of type 'sale'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <list_price_final> <!--content of type 'decimal'--> ... </list_price_final> <city> <!--content of type 'string'--> ... </city> <price_per_size_unit> <!--content of type 'decimal'--> ... </price_per_size_unit> <list_price_original> <!--content of type 'decimal'--> ... </list_price_original> <property_type> <!--content of type 'string'--> ... </property_type> <precision> <!--content of type 'string'--> ... </precision> <address> <!--content of type 'string'--> ... </address> <transaction_side> <!--content of type 'string'--> ... </transaction_side> <latitude> <!--content of type 'decimal'--> ... </latitude> <longitude> <!--content of type 'decimal'--> ... </longitude> <zip> <!--content of type 'string'--> ... </zip> <state> <!--content of type 'string'--> ... </state> <sale_price_final> <!--content of type 'decimal'--> ... </sale_price_final> <market_days> <!--content of type 'int'--> ... </market_days> </sale> <sale> <!--(another 'sale' type)--> </sale> <!--...more "sale" elements...--> <total> <!--content of type 'int'--> ... </total> <charts> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </charts> </sales> <profile> <!--content of type 'profile'--> <photo height="..." width="..." url="..."> <!--content of type 'image'--> </photo> <agentrank> <!--content of type 'int'--> ... </agentrank> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <experience> <!--content of type 'float'--> ... </experience> <full_name> <!--content of type 'string'--> ... </full_name> <description> <!--content of type 'string'--> ... </description> </profile> </agent> <amount> <!--content of type 'string'--> ... </amount> </bid>

Example JSON

{ "id" : "...", "agent" : { "id" : "...", "forecasts" : { "forecast" : [ { "metric" : "...", "date" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "spot" : ..., "future" : ..., "market" : "..." }, ... ], "total" : ... }, "reviews" : { "recommend" : ..., "review" : [ { "email" : "...", "satisfied" : "...", "date" : "...", "name" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "recommend" : "...", "comment" : "..." }, ... ], "total" : ..., "satisfied" : ... }, "sales" : { "sale" : [ { "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "list_price_final" : ..., "city" : "...", "price_per_size_unit" : ..., "list_price_original" : ..., "property_type" : "...", "precision" : "...", "address" : "...", "transaction_side" : "...", "latitude" : ..., "longitude" : ..., "zip" : "...", "state" : "...", "sale_price_final" : ..., "market_days" : ... }, ... ], "total" : ..., "charts" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] } }, "profile" : { "photo" : { "height" : ..., "width" : ..., "url" : "..." }, "agentrank" : ..., "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "experience" : ..., "full_name" : "...", "description" : "..." } }, "amount" : "..." }

Element content

Example XML

<?xml version="1.0" encoding="UTF-8"?> <content type="...">...</content>

Example JSON

{ "type" : "...", "value" : "..." }

Element forecast

Example XML

<?xml version="1.0" encoding="UTF-8"?> <forecast> <metric> <!--content of type 'string'--> ... </metric> <date> <!--content of type 'dateTime'--> ... </date> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <spot> <!--content of type 'decimal'--> ... </spot> <future> <!--content of type 'decimal'--> ... </future> <market> <!--content of type 'string'--> ... </market> </forecast>

Example JSON

{ "metric" : "...", "date" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "spot" : ..., "future" : ..., "market" : "..." }

Element forecasts

Example XML

<?xml version="1.0" encoding="UTF-8"?> <forecasts> <forecast> <!--content of type 'forecast'--> <metric> <!--content of type 'string'--> ... </metric> <date> <!--content of type 'dateTime'--> ... </date> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <spot> <!--content of type 'decimal'--> ... </spot> <future> <!--content of type 'decimal'--> ... </future> <market> <!--content of type 'string'--> ... </market> </forecast> <forecast> <!--(another 'forecast' type)--> </forecast> <!--...more "forecast" elements...--> <total> <!--content of type 'int'--> ... </total> </forecasts>

Example JSON

{ "forecast" : [ { "metric" : "...", "date" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "spot" : ..., "future" : ..., "market" : "..." }, ... ], "total" : ... }

Element image

Example XML

<?xml version="1.0" encoding="UTF-8"?> <image height="..." width="..." url="..." />

Example JSON

{ "height" : ..., "width" : ..., "url" : "..." }

Element link

Example XML

<?xml version="1.0" encoding="UTF-8"?> <link title="..." text="..." rel="..." type="..." href="..." />

Example JSON

{ "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }

Element links

Example XML

<?xml version="1.0" encoding="UTF-8"?> <links> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links>

Example JSON

{ "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }

Element messages

Example XML

<?xml version="1.0" encoding="UTF-8"?> <messages> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages>

Example JSON

{ "message" : [ "...", ... ] }

Element profile

Example XML

<?xml version="1.0" encoding="UTF-8"?> <profile> <photo height="..." width="..." url="..."> <!--content of type 'image'--> </photo> <agentrank> <!--content of type 'int'--> ... </agentrank> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <experience> <!--content of type 'float'--> ... </experience> <full_name> <!--content of type 'string'--> ... </full_name> <description> <!--content of type 'string'--> ... </description> </profile>

Example JSON

{ "photo" : { "height" : ..., "width" : ..., "url" : "..." }, "agentrank" : ..., "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "experience" : ..., "full_name" : "...", "description" : "..." }

Element question

User: marc Date: May 12, 2009 Time: 1:49:47 PM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <question expiration="..." id="..." context="..."> <tags> <!--content of type 'tags'--> <tag>...</tag> <tag> <!--(another 'tag' type)--> </tag> <!--...more "tag" elements...--> </tags> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <body> <!--content of type 'string'--> ... </body> <title> <!--content of type 'string'--> ... </title> <fname> <!--content of type 'string'--> ... </fname> <lname> <!--content of type 'string'--> ... </lname> <email> <!--content of type 'string'--> ... </email> <answers> <!--content of type 'int'--> ... </answers> <location> <!--content of type 'string'--> ... </location> <countdown> <!--content of type 'string'--> ... </countdown> </question>

Example JSON

{ "expiration" : "...", "id" : ..., "context" : { }, "tags" : { "tag" : [ { "value" : "..." }, ... ] }, "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "body" : "...", "title" : "...", "fname" : "...", "lname" : "...", "email" : "...", "answers" : ..., "location" : "...", "countdown" : "..." }

Element questions

User: marc Date: May 12, 2009 Time: 1:51:52 PM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <questions start_index="..." max_results="..." total_results="..."> <question expiration="..." id="..." context="..."> <!--content of type 'question'--> <tags> <!--content of type 'tags'--> <tag>...</tag> <tag> <!--(another 'tag' type)--> </tag> <!--...more "tag" elements...--> </tags> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <body> <!--content of type 'string'--> ... </body> <title> <!--content of type 'string'--> ... </title> <fname> <!--content of type 'string'--> ... </fname> <lname> <!--content of type 'string'--> ... </lname> <email> <!--content of type 'string'--> ... </email> <answers> <!--content of type 'int'--> ... </answers> <location> <!--content of type 'string'--> ... </location> <countdown> <!--content of type 'string'--> ... </countdown> </question> <question> <!--(another 'question' type)--> </question> <!--...more "question" elements...--> </questions>

Example JSON

{ "start_index" : ..., "max_results" : ..., "total_results" : ..., "question" : [ { "expiration" : "...", "id" : ..., "context" : { }, "tags" : { "tag" : [ { "value" : "..." }, ... ] }, "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "body" : "...", "title" : "...", "fname" : "...", "lname" : "...", "email" : "...", "answers" : ..., "location" : "...", "countdown" : "..." }, ... ] }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> <questions start_index="..." max_results="..." total_results="..."> <!--content of type 'questions'--> <question expiration="..." id="..." context="..."> <!--content of type 'question'--> <tags> <!--content of type 'tags'--> <tag>...</tag> <tag> <!--(another 'tag' type)--> </tag> <!--...more "tag" elements...--> </tags> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <body> <!--content of type 'string'--> ... </body> <title> <!--content of type 'string'--> ... </title> <fname> <!--content of type 'string'--> ... </fname> <lname> <!--content of type 'string'--> ... </lname> <email> <!--content of type 'string'--> ... </email> <answers> <!--content of type 'int'--> ... </answers> <location> <!--content of type 'string'--> ... </location> <countdown> <!--content of type 'string'--> ... </countdown> </question> <question> <!--(another 'question' type)--> </question> <!--...more "question" elements...--> </questions> </response>

Example JSON

{ "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } }, "questions" : { "start_index" : ..., "max_results" : ..., "total_results" : ..., "question" : [ { "expiration" : "...", "id" : ..., "context" : { }, "tags" : { "tag" : [ { "value" : "..." }, ... ] }, "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "body" : "...", "title" : "...", "fname" : "...", "lname" : "...", "email" : "...", "answers" : ..., "location" : "...", "countdown" : "..." }, ... ] } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> <answers> <!--content of type 'answers'--> <answer timestamp="..." id="..." rating="..."> <!--content of type 'answer'--> <text> <!--content of type 'string'--> ... </text> <author> <!--content of type 'string'--> ... </author> <badge type="...">...</badge> <tools type="...">...</tools> </answer> <answer> <!--(another 'answer' type)--> </answer> <!--...more "answer" elements...--> </answers> <question expiration="..." id="..." context="..."> <!--content of type 'question'--> <tags> <!--content of type 'tags'--> <tag>...</tag> <tag> <!--(another 'tag' type)--> </tag> <!--...more "tag" elements...--> </tags> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <body> <!--content of type 'string'--> ... </body> <title> <!--content of type 'string'--> ... </title> <fname> <!--content of type 'string'--> ... </fname> <lname> <!--content of type 'string'--> ... </lname> <email> <!--content of type 'string'--> ... </email> <answers> <!--content of type 'int'--> ... </answers> <location> <!--content of type 'string'--> ... </location> <countdown> <!--content of type 'string'--> ... </countdown> </question> </response>

Example JSON

{ "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } }, "answers" : { "answer" : [ { "timestamp" : "...", "id" : ..., "rating" : ..., "text" : "...", "author" : "...", "badge" : { "type" : "...", "value" : "..." }, "tools" : { "type" : "...", "value" : "..." } }, ... ] }, "question" : { "expiration" : "...", "id" : ..., "context" : { }, "tags" : { "tag" : [ { "value" : "..." }, ... ] }, "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "body" : "...", "title" : "...", "fname" : "...", "lname" : "...", "email" : "...", "answers" : ..., "location" : "...", "countdown" : "..." } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> <question expiration="..." id="..." context="..."> <!--content of type 'question'--> <tags> <!--content of type 'tags'--> <tag>...</tag> <tag> <!--(another 'tag' type)--> </tag> <!--...more "tag" elements...--> </tags> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <body> <!--content of type 'string'--> ... </body> <title> <!--content of type 'string'--> ... </title> <fname> <!--content of type 'string'--> ... </fname> <lname> <!--content of type 'string'--> ... </lname> <email> <!--content of type 'string'--> ... </email> <answers> <!--content of type 'int'--> ... </answers> <location> <!--content of type 'string'--> ... </location> <countdown> <!--content of type 'string'--> ... </countdown> </question> </response>

Example JSON

{ "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } }, "question" : { "expiration" : "...", "id" : ..., "context" : { }, "tags" : { "tag" : [ { "value" : "..." }, ... ] }, "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "body" : "...", "title" : "...", "fname" : "...", "lname" : "...", "email" : "...", "answers" : ..., "location" : "...", "countdown" : "..." } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> </response>

Example JSON

{ "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> </response>

Example JSON

{ "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> <auctions> <!--content of type 'auctions'--> <auction> <!--content of type 'auction'--> <title> <!--content of type 'string'--> ... </title> <current_bid> <!--content of type 'string'--> ... </current_bid> <total_bids> <!--content of type 'int'--> ... </total_bids> <winning_bidder> <!--content of type 'string'--> ... </winning_bidder> <remaining_time> <!--content of type 'string'--> ... </remaining_time> </auction> <auction> <!--(another 'auction' type)--> </auction> <!--...more "auction" elements...--> </auctions> </response>

Example JSON

{ "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } }, "auctions" : { "auction" : [ { "title" : "...", "current_bid" : "...", "total_bids" : ..., "winning_bidder" : "...", "remaining_time" : "..." }, ... ] } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <bids> <!--content of type 'bids'--> <bid id="..."> <!--content of type 'bid'--> <agent id="..."> <!--content of type 'agent'--> <forecasts> <!--content of type 'forecasts'--> <forecast> <!--content of type 'forecast'--> <metric> <!--content of type 'string'--> ... </metric> <date> <!--content of type 'dateTime'--> ... </date> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <spot> <!--content of type 'decimal'--> ... </spot> <future> <!--content of type 'decimal'--> ... </future> <market> <!--content of type 'string'--> ... </market> </forecast> <forecast> <!--(another 'forecast' type)--> </forecast> <!--...more "forecast" elements...--> <total> <!--content of type 'int'--> ... </total> </forecasts> <reviews> <!--content of type 'reviews'--> <recommend> <!--content of type 'decimal'--> ... </recommend> <review> <!--content of type 'review'--> <email> <!--content of type 'string'--> ... </email> <satisfied> <!--content of type 'string'--> ... </satisfied> <date> <!--content of type 'dateTime'--> ... </date> <name> <!--content of type 'string'--> ... </name> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <recommend> <!--content of type 'string'--> ... </recommend> <comment> <!--content of type 'string'--> ... </comment> </review> <review> <!--(another 'review' type)--> </review> <!--...more "review" elements...--> <total> <!--content of type 'int'--> ... </total> <satisfied> <!--content of type 'decimal'--> ... </satisfied> </reviews> <sales> <!--content of type 'sales'--> <sale> <!--content of type 'sale'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <list_price_final> <!--content of type 'decimal'--> ... </list_price_final> <city> <!--content of type 'string'--> ... </city> <price_per_size_unit> <!--content of type 'decimal'--> ... </price_per_size_unit> <list_price_original> <!--content of type 'decimal'--> ... </list_price_original> <property_type> <!--content of type 'string'--> ... </property_type> <precision> <!--content of type 'string'--> ... </precision> <address> <!--content of type 'string'--> ... </address> <transaction_side> <!--content of type 'string'--> ... </transaction_side> <latitude> <!--content of type 'decimal'--> ... </latitude> <longitude> <!--content of type 'decimal'--> ... </longitude> <zip> <!--content of type 'string'--> ... </zip> <state> <!--content of type 'string'--> ... </state> <sale_price_final> <!--content of type 'decimal'--> ... </sale_price_final> <market_days> <!--content of type 'int'--> ... </market_days> </sale> <sale> <!--(another 'sale' type)--> </sale> <!--...more "sale" elements...--> <total> <!--content of type 'int'--> ... </total> <charts> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </charts> </sales> <profile> <!--content of type 'profile'--> <photo height="..." width="..." url="..."> <!--content of type 'image'--> </photo> <agentrank> <!--content of type 'int'--> ... </agentrank> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <experience> <!--content of type 'float'--> ... </experience> <full_name> <!--content of type 'string'--> ... </full_name> <description> <!--content of type 'string'--> ... </description> </profile> </agent> <amount> <!--content of type 'string'--> ... </amount> </bid> <bid> <!--(another 'bid' type)--> </bid> <!--...more "bid" elements...--> </bids> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> </response>

Example JSON

{ "bids" : { "bid" : [ { "id" : "...", "agent" : { "id" : "...", "forecasts" : { "forecast" : [ { "metric" : "...", "date" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "spot" : ..., "future" : ..., "market" : "..." }, ... ], "total" : ... }, "reviews" : { "recommend" : ..., "review" : [ { "email" : "...", "satisfied" : "...", "date" : "...", "name" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "recommend" : "...", "comment" : "..." }, ... ], "total" : ..., "satisfied" : ... }, "sales" : { "sale" : [ { "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "list_price_final" : ..., "city" : "...", "price_per_size_unit" : ..., "list_price_original" : ..., "property_type" : "...", "precision" : "...", "address" : "...", "transaction_side" : "...", "latitude" : ..., "longitude" : ..., "zip" : "...", "state" : "...", "sale_price_final" : ..., "market_days" : ... }, ... ], "total" : ..., "charts" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] } }, "profile" : { "photo" : { "height" : ..., "width" : ..., "url" : "..." }, "agentrank" : ..., "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "experience" : ..., "full_name" : "...", "description" : "..." } }, "amount" : "..." }, ... ] }, "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> </response>

Example JSON

{ "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <id> <!--content of type 'string'--> ... </id> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> </response>

Example JSON

{ "id" : "...", "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <links> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </links> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> </response>

Example JSON

{ "links" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] }, "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <auction> <!--content of type 'auction'--> <title> <!--content of type 'string'--> ... </title> <current_bid> <!--content of type 'string'--> ... </current_bid> <total_bids> <!--content of type 'int'--> ... </total_bids> <winning_bidder> <!--content of type 'string'--> ... </winning_bidder> <remaining_time> <!--content of type 'string'--> ... </remaining_time> </auction> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> </response>

Example JSON

{ "auction" : { "title" : "...", "current_bid" : "...", "total_bids" : ..., "winning_bidder" : "...", "remaining_time" : "..." }, "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <bid id="..."> <!--content of type 'bid'--> <agent id="..."> <!--content of type 'agent'--> <forecasts> <!--content of type 'forecasts'--> <forecast> <!--content of type 'forecast'--> <metric> <!--content of type 'string'--> ... </metric> <date> <!--content of type 'dateTime'--> ... </date> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <spot> <!--content of type 'decimal'--> ... </spot> <future> <!--content of type 'decimal'--> ... </future> <market> <!--content of type 'string'--> ... </market> </forecast> <forecast> <!--(another 'forecast' type)--> </forecast> <!--...more "forecast" elements...--> <total> <!--content of type 'int'--> ... </total> </forecasts> <reviews> <!--content of type 'reviews'--> <recommend> <!--content of type 'decimal'--> ... </recommend> <review> <!--content of type 'review'--> <email> <!--content of type 'string'--> ... </email> <satisfied> <!--content of type 'string'--> ... </satisfied> <date> <!--content of type 'dateTime'--> ... </date> <name> <!--content of type 'string'--> ... </name> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <recommend> <!--content of type 'string'--> ... </recommend> <comment> <!--content of type 'string'--> ... </comment> </review> <review> <!--(another 'review' type)--> </review> <!--...more "review" elements...--> <total> <!--content of type 'int'--> ... </total> <satisfied> <!--content of type 'decimal'--> ... </satisfied> </reviews> <sales> <!--content of type 'sales'--> <sale> <!--content of type 'sale'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <list_price_final> <!--content of type 'decimal'--> ... </list_price_final> <city> <!--content of type 'string'--> ... </city> <price_per_size_unit> <!--content of type 'decimal'--> ... </price_per_size_unit> <list_price_original> <!--content of type 'decimal'--> ... </list_price_original> <property_type> <!--content of type 'string'--> ... </property_type> <precision> <!--content of type 'string'--> ... </precision> <address> <!--content of type 'string'--> ... </address> <transaction_side> <!--content of type 'string'--> ... </transaction_side> <latitude> <!--content of type 'decimal'--> ... </latitude> <longitude> <!--content of type 'decimal'--> ... </longitude> <zip> <!--content of type 'string'--> ... </zip> <state> <!--content of type 'string'--> ... </state> <sale_price_final> <!--content of type 'decimal'--> ... </sale_price_final> <market_days> <!--content of type 'int'--> ... </market_days> </sale> <sale> <!--(another 'sale' type)--> </sale> <!--...more "sale" elements...--> <total> <!--content of type 'int'--> ... </total> <charts> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </charts> </sales> <profile> <!--content of type 'profile'--> <photo height="..." width="..." url="..."> <!--content of type 'image'--> </photo> <agentrank> <!--content of type 'int'--> ... </agentrank> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <experience> <!--content of type 'float'--> ... </experience> <full_name> <!--content of type 'string'--> ... </full_name> <description> <!--content of type 'string'--> ... </description> </profile> </agent> <amount> <!--content of type 'string'--> ... </amount> </bid> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> </response>

Example JSON

{ "bid" : { "id" : "...", "agent" : { "id" : "...", "forecasts" : { "forecast" : [ { "metric" : "...", "date" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "spot" : ..., "future" : ..., "market" : "..." }, ... ], "total" : ... }, "reviews" : { "recommend" : ..., "review" : [ { "email" : "...", "satisfied" : "...", "date" : "...", "name" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "recommend" : "...", "comment" : "..." }, ... ], "total" : ..., "satisfied" : ... }, "sales" : { "sale" : [ { "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "list_price_final" : ..., "city" : "...", "price_per_size_unit" : ..., "list_price_original" : ..., "property_type" : "...", "precision" : "...", "address" : "...", "transaction_side" : "...", "latitude" : ..., "longitude" : ..., "zip" : "...", "state" : "...", "sale_price_final" : ..., "market_days" : ... }, ... ], "total" : ..., "charts" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] } }, "profile" : { "photo" : { "height" : ..., "width" : ..., "url" : "..." }, "agentrank" : ..., "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "experience" : ..., "full_name" : "...", "description" : "..." } }, "amount" : "..." }, "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } } }

Element response

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <response> <user> <!--content of type 'string'--> ... </user> <text> <!--content of type 'string'--> ... </text> <status code="..."> <!--content of type 'status'--> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status> </response>

Example JSON

{ "user" : "...", "text" : "...", "status" : { "code" : ..., "messages" : { "message" : [ "...", ... ] } } }

Element reviews

Example XML

<?xml version="1.0" encoding="UTF-8"?> <reviews> <recommend> <!--content of type 'decimal'--> ... </recommend> <review> <!--content of type 'review'--> <email> <!--content of type 'string'--> ... </email> <satisfied> <!--content of type 'string'--> ... </satisfied> <date> <!--content of type 'dateTime'--> ... </date> <name> <!--content of type 'string'--> ... </name> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <recommend> <!--content of type 'string'--> ... </recommend> <comment> <!--content of type 'string'--> ... </comment> </review> <review> <!--(another 'review' type)--> </review> <!--...more "review" elements...--> <total> <!--content of type 'int'--> ... </total> <satisfied> <!--content of type 'decimal'--> ... </satisfied> </reviews>

Example JSON

{ "recommend" : ..., "review" : [ { "email" : "...", "satisfied" : "...", "date" : "...", "name" : "...", "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "recommend" : "...", "comment" : "..." }, ... ], "total" : ..., "satisfied" : ... }

Element sale

Example XML

<?xml version="1.0" encoding="UTF-8"?> <sale> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <list_price_final> <!--content of type 'decimal'--> ... </list_price_final> <city> <!--content of type 'string'--> ... </city> <price_per_size_unit> <!--content of type 'decimal'--> ... </price_per_size_unit> <list_price_original> <!--content of type 'decimal'--> ... </list_price_original> <property_type> <!--content of type 'string'--> ... </property_type> <precision> <!--content of type 'string'--> ... </precision> <address> <!--content of type 'string'--> ... </address> <transaction_side> <!--content of type 'string'--> ... </transaction_side> <latitude> <!--content of type 'decimal'--> ... </latitude> <longitude> <!--content of type 'decimal'--> ... </longitude> <zip> <!--content of type 'string'--> ... </zip> <state> <!--content of type 'string'--> ... </state> <sale_price_final> <!--content of type 'decimal'--> ... </sale_price_final> <market_days> <!--content of type 'int'--> ... </market_days> </sale>

Example JSON

{ "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "list_price_final" : ..., "city" : "...", "price_per_size_unit" : ..., "list_price_original" : ..., "property_type" : "...", "precision" : "...", "address" : "...", "transaction_side" : "...", "latitude" : ..., "longitude" : ..., "zip" : "...", "state" : "...", "sale_price_final" : ..., "market_days" : ... }

Element sales

Example XML

<?xml version="1.0" encoding="UTF-8"?> <sales> <sale> <!--content of type 'sale'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <list_price_final> <!--content of type 'decimal'--> ... </list_price_final> <city> <!--content of type 'string'--> ... </city> <price_per_size_unit> <!--content of type 'decimal'--> ... </price_per_size_unit> <list_price_original> <!--content of type 'decimal'--> ... </list_price_original> <property_type> <!--content of type 'string'--> ... </property_type> <precision> <!--content of type 'string'--> ... </precision> <address> <!--content of type 'string'--> ... </address> <transaction_side> <!--content of type 'string'--> ... </transaction_side> <latitude> <!--content of type 'decimal'--> ... </latitude> <longitude> <!--content of type 'decimal'--> ... </longitude> <zip> <!--content of type 'string'--> ... </zip> <state> <!--content of type 'string'--> ... </state> <sale_price_final> <!--content of type 'decimal'--> ... </sale_price_final> <market_days> <!--content of type 'int'--> ... </market_days> </sale> <sale> <!--(another 'sale' type)--> </sale> <!--...more "sale" elements...--> <total> <!--content of type 'int'--> ... </total> <charts> <!--content of type 'links'--> <link title="..." text="..." rel="..." type="..." href="..."> <!--content of type 'link'--> </link> <link> <!--(another 'link' type)--> </link> <!--...more "link" elements...--> </charts> </sales>

Example JSON

{ "sale" : [ { "link" : { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, "list_price_final" : ..., "city" : "...", "price_per_size_unit" : ..., "list_price_original" : ..., "property_type" : "...", "precision" : "...", "address" : "...", "transaction_side" : "...", "latitude" : ..., "longitude" : ..., "zip" : "...", "state" : "...", "sale_price_final" : ..., "market_days" : ... }, ... ], "total" : ..., "charts" : { "link" : [ { "title" : "...", "text" : "...", "rel" : "...", "type" : "...", "href" : "..." }, ... ] } }

Element status

Example XML

<?xml version="1.0" encoding="UTF-8"?> <status code="..."> <messages> <!--content of type 'messages'--> <message> <!--content of type 'string'--> ... </message> <message> <!--(another 'string' type)--> </message> <!--...more "message" elements...--> </messages> </status>

Example JSON

{ "code" : ..., "messages" : { "message" : [ "...", ... ] } }

Type agent

Attributes

name type description
id string (no documentation provided)

Child Elements

name (type) min/max
occurs
description
forecasts (forecasts) 0/1 (no documentation provided)
reviews (reviews) 0/1 (no documentation provided)
sales (sales) 0/1 (no documentation provided)
profile (profile) 0/1 (no documentation provided)

Type answer

User: marc Date: May 12, 2009 Time: 1:49:47 PM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Attributes

name type description
timestamp dateTime (no documentation provided)
id int (no documentation provided)
rating int (no documentation provided)

Child Elements

name (type) min/max
occurs
description
text (string) 0/1 (no documentation provided)
author (string) 0/1 (no documentation provided)
badge (content) 0/1 (no documentation provided)
tools (content) 0/1 (no documentation provided)

Type answers

User: marc Date: May 12, 2009 Time: 1:51:52 PM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
answer (answer) 0/unbounded Get answers

Type auction

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
title (string) 0/1 (no documentation provided)
current_bid (string) 0/1 (no documentation provided)
total_bids (int) 0/1 (no documentation provided)
winning_bidder (string) 0/1 (no documentation provided)
remaining_time (string) 0/1 (no documentation provided)

Type auctions

User: marc Date: Feb 3, 2010 Time: 7:22:30 PM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
auction (auction) 0/unbounded Get bids

Type bid

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Attributes

name type description
id string id

Child Elements

name (type) min/max
occurs
description
agent (agent) 0/1 Get agent
amount (string) 0/1 Get bid amount

Type bids

User: marc Date: Feb 3, 2010 Time: 7:22:30 PM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
bid (bid) 0/unbounded Get bids

Type content

Attributes

name type description
type string (no documentation provided)

Value

  • Type:

(no documentation provided)

Type deleteBid

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
links (links) 0/1 Get bid
status (status) 0/1 Get status

Type findQuestions

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
links (links) 0/1 (no documentation provided)
status (status) 0/1 (no documentation provided)
questions (questions) 0/1 (no documentation provided)

Type forecast

Child Elements

name (type) min/max
occurs
description
metric (string) 0/1 (no documentation provided)
date (dateTime) 0/1 (no documentation provided)
link (link) 0/1 (no documentation provided)
spot (decimal) 0/1 (no documentation provided)
future (decimal) 0/1 (no documentation provided)
market (string) 0/1 (no documentation provided)

Type forecasts

Child Elements

name (type) min/max
occurs
description
forecast (forecast) 0/unbounded (no documentation provided)
total (int) 0/1 (no documentation provided)

Type getAnswers

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
links (links) 0/1 (no documentation provided)
status (status) 0/1 (no documentation provided)
answers (answers) 0/1 (no documentation provided)
question (question) 0/1 (no documentation provided)

Type getQuestion

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
status (status) 0/1 (no documentation provided)
question (question) 0/1 (no documentation provided)

Type image

Attributes

name type description
height int (no documentation provided)
width int (no documentation provided)
url string (no documentation provided)

Type link

Attributes

name type description
title string (no documentation provided)
text string (no documentation provided)
rel string (no documentation provided)
type string (no documentation provided)
href string (no documentation provided)

Type links

Child Elements

name (type) min/max
occurs
description
link (link) 0/unbounded (no documentation provided)

Type listAuctions

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
status (status) 0/1 Get status
auctions (auctions) 0/1 Get auctions

Type listBids

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
bids (bids) 0/1 Get bids
status (status) 0/1 Get status

Type messages

Child Elements

name (type) min/max
occurs
description
message (string) 0/unbounded (no documentation provided)

Type openAuction

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
links (links) 0/1 (no documentation provided)
status (status) 0/1 (no documentation provided)

Type postAuction

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
id (string) 0/1 (no documentation provided)
links (links) 0/1 (no documentation provided)
status (status) 0/1 (no documentation provided)

Type postQuestion

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
links (links) 0/1 (no documentation provided)
status (status) 0/1 (no documentation provided)

Type profile

Child Elements

name (type) min/max
occurs
description
photo (image) 0/1 (no documentation provided)
agentrank (int) 0/1 (no documentation provided)
link (link) 0/1 (no documentation provided)
experience (float) 1/1 (no documentation provided)
full_name (string) 0/1 (no documentation provided)
description (string) 0/1 (no documentation provided)

Type question

User: marc Date: May 12, 2009 Time: 1:49:47 PM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Attributes

name type description
expiration dateTime (no documentation provided)
id int (no documentation provided)
context questionContext (no documentation provided)

Child Elements

name (type) min/max
occurs
description
tags (tags) 0/1 Get tags
links (links) 0/1 (no documentation provided)
body (string) 0/1 (no documentation provided)
title (string) 0/1 (no documentation provided)
fname (string) 0/1 (no documentation provided)
lname (string) 0/1 (no documentation provided)
email (string) 0/1 (no documentation provided)
answers (int) 0/1 (no documentation provided)
location (string) 0/1 (no documentation provided)
countdown (string) 0/1 (no documentation provided)

Type questionContext

Possible Values

value description
state
metro
city
neighborhood
zipcode
address
listing

Type questions

User: marc Date: May 12, 2009 Time: 1:51:52 PM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Attributes

name type description
start_index int (no documentation provided)
max_results int (no documentation provided)
total_results long (no documentation provided)

Child Elements

name (type) min/max
occurs
description
question (question) 0/unbounded Get questions

Type review

Child Elements

name (type) min/max
occurs
description
email (string) 0/1 (no documentation provided)
satisfied (string) 0/1 (no documentation provided)
date (dateTime) 0/1 (no documentation provided)
name (string) 0/1 (no documentation provided)
link (link) 0/1 (no documentation provided)
recommend (string) 0/1 (no documentation provided)
comment (string) 0/1 (no documentation provided)

Type reviews

Child Elements

name (type) min/max
occurs
description
recommend (decimal) 0/1 (no documentation provided)
review (review) 0/unbounded (no documentation provided)
total (int) 0/1 (no documentation provided)
satisfied (decimal) 0/1 (no documentation provided)

Type sale

Child Elements

name (type) min/max
occurs
description
link (link) 0/1 (no documentation provided)
list_price_final (decimal) 0/1 (no documentation provided)
city (string) 0/1 (no documentation provided)
price_per_size_unit (decimal) 0/1 (no documentation provided)
list_price_original (decimal) 0/1 (no documentation provided)
property_type (string) 0/1 (no documentation provided)
precision (string) 0/1 (no documentation provided)
address (string) 0/1 (no documentation provided)
transaction_side (string) 0/1 (no documentation provided)
latitude (decimal) 0/1 (no documentation provided)
longitude (decimal) 0/1 (no documentation provided)
zip (string) 0/1 (no documentation provided)
state (string) 0/1 (no documentation provided)
sale_price_final (decimal) 0/1 (no documentation provided)
market_days (int) 0/1 (no documentation provided)

Type sales

Child Elements

name (type) min/max
occurs
description
sale (sale) 0/unbounded (no documentation provided)
total (int) 0/1 (no documentation provided)
charts (links) 0/1 (no documentation provided)

Type selectBid

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
links (links) 0/1 Get bid
status (status) 0/1 Get status

Type status

Attributes

name type description
code int (no documentation provided)

Child Elements

name (type) min/max
occurs
description
messages (messages) 0/1 (no documentation provided)

Type tag

User: marc Date: Dec 11, 2009 Time: 6:24:03 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Value

  • Type:

name

Type tags

User: marc Date: Dec 11, 2009 Time: 6:23:37 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
tag (tag) 0/unbounded Get tag list

Type viewAuction

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
auction (auction) 0/1 (no documentation provided)
status (status) 0/1 (no documentation provided)

Type viewBid

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
bid (bid) 0/1 Get bid
status (status) 0/1 Get status

Type viewInquiry

User: marc Date: May 21, 2009 Time: 5:18:27 AM

THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

Child Elements

name (type) min/max
occurs
description
user (string) 0/1 (no documentation provided)
text (string) 0/1 (no documentation provided)
status (status) 0/1 (no documentation provided)