FTP Upload
reaXML files can be uploaded to the Homepass FTP server
FTP Server: sftp://[email protected]/
reaXML files must include the agentID. Other information such as date and uniqueID are optional.
.xml
eg.
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE propertyList SYSTEM "http://reaxml.realestate.com.au/propertyList.dtd">
<propertyList date="2015-12-02-08:17:18" password="XXX" username="blucrm">
<residential modTime="2015-12-02-08:17:18" status="sold">
<agentID>abc123</agentID>
<uniqueID>XXXYYY</uniqueID>
For the above reaXML file the filename would be
abc123_XXXYYY_20151202081718.xml
Updated over 3 years ago