Rentman XML for export of data to Internet Sites

 

Version 2.4

 

Contents

Introduction. 2

XML Structure. 3

Notes.. 5

File Transfer. 8

There will never be an incremental file with properties to Add or Delete. 8

Appendix 1. 9

Sending the XML and associated media. 9

Step 1 – Setup the portal/website details. 9

Step 2 – Select properties for upload. 10

Step 3 – Select the portals/websites to upload to. 11

Standalone (unattended) mode. 11

Appendix 2. 12

Default Properties. 12

Appendix 3. 13

Warning. 13

Appendix 4. 14

Example Data. 14

Appendix 5. 23

Note to web site developers. 23

 

 

Introduction

 

Rentman is a multi-user Windows desktop system usually hosted at the customer’s site.

 

We strongly discourage 3rd party developers accessing the Rentman data directly; Rentman is constantly being updated and the underlying table structure is likely to change from version to version without warning. The XML described here allows a level of abstraction that protects from these changes.

We also discourage inward bound API calls from external servers because of the security risk and the possible lack of expertise and infrastructure at the customer site.

It is recommended instead that Rentman pushes (via FTP) the XML to the developer’s server (where a script then imports that XML into their own database).

FTP is recommended because of the low security risk, the ease with which it can be configured and because it requires no additional software.

To avoid databases getting out of step it is further recommended that the server’s database is completely overwritten with each upload; Rentman will never send an incremental upload with properties to add, delete or modify - each upload is the complete list of properties to be advertised and overwrites and undoes everything that has gone before.

The appendices to this document show how the user is able to send the data easily from within Rentman - either on request or as a background scheduled event. They probably already do this for uploads to Rightmove, Zoopla and other property sites. This XML upload will be queued with the very same mouse-click.

If there are any questions about this document or requirements not being met by the XML please contact nigel@rentmansoftware.com.

 

 

 

XML Structure

 

<Rentman Version="2.4" Agent="" Password="" Date="">

 <Properties>

  <Property>

  <Rentorbuy>see notes below

  <Refnumber>Unique property reference

  <Number>Street Number

  <Street>Street

  <Address3>Town/Borough

  <Address4>County/City

  <Postcode>Postcode

  <Area>Name by which area is known (see note below)

  <Tube> Nearest tube or railway station

  <Beds>Number of bedrooms (see note below)

  <Type>Type of property (see note below)

  <Baths>Number of bathrooms

  <Receps>Number of receptions

  <Furnished> Numeric. See note below

  <Garage> True or false

  <Parking> True or false   

  <Garden> True or false

  <Balcony> True or False

  <Shower> True or False

  <Sep_wc> True or False

  <Washmachine>True or False

  <Dishwasher>True or False

  <Burglaralarm>True or False

  <Floor> For flats, indicates which floor this unit is on

  <Heating> Type of heating

  <Available> Date when property becomes available for renting

  <Status LetByUs=”” SoldByUs=””> (see notes below)

  <Servicecharges> free format text

  <Leaselength> for leasehold sales properties - in years

  <ShortLet>True or false

  <LongLet>True or False

  <Sharedcomm>free form text with commission for 3rd party agents

  <Dssallowed> True or False if DSS tenants are allowed. 

  <Condition>Condition of property (See below)             

  <Age>Age of property (See below)    

  <Bulletpoints>

                <BulletPoint>List of important items</BulletPoint>

                <BulletPoint>To be displayed as bullet points</BulletPoint>

                <BulletPoint>Up to 12 BulletPoint nodes</BulletPoint>

  </Bulletpoints>   

  <Other> see below </Other>    

  <Price Per=”” Qualifier=”” >Deprecated (see note below)

  <Rent Period=”” Qualifier=””> Rent (see notes below)

  <Saleprice Qualifier=”” Ownership=””> Price (see notes below)

  <Description>Short (<200 chars) description (see note below)

  <Comments>Fuller description upto 2048 chars

  <Strapline> Very short headline comment (see below)

  <Rooms>            

      <Room>                          

                <Title>name of room

                <Location>see note below

                <Description>

                <Imperial1>dimensions in feet

                <Imperial2>dimensions in feet

                <Metric1>dimensions in metric

                <Metric2>dimensions in metric

      </Room>

  </Rooms>

  <Map> name of image file

  <Movie> name of media file

  <Floorplan> name of image file

  <Url>url where more property details can be found

  <Created>Date property first entered onto Rentman

  <Managed>True or False

  <Epc>name of image file

  <Branch>branch to which this property belongs

  <Branchtel>telephone of branch to which this property belongs

  <Media>

                <Item>photograph or media file

                <Item>photograph or media file

  </Media

  <EVT> url of online tour

  <Featured> True or False.

  <Brochure>pdf filename</Brochure>

  <Gloc>latitude, longitude</Gloc> 

  <Nearbyamenities>

                <Amenity>

<id>id of amenity</id>

<Distance Unit=””>See notes below

</Amenity>

        </Nearbyamenities>

                  <Categoryid> Sales only. Numeric. See notes below.

  </Property>

 </Properties>

 <Areas>

  <Area>

   <Name> List of all areas used within Rentman by this customer.

  </Area>

 <Areas>

 <Amenities>

                <Amenity>

                                <id> the primary key for this amenity</id>

                                <Name> name </Name>

                                <Address> postal address</Address>

                                <Telephone> telephone number</Telephone>

                                <Email> email address</Email>

                                <WWW> website address</WWW>

                                <Gloc> latitude and longitude</Gloc>

                                <Radius> </Radius>

                                <Types>

                                                <Type> user defined list of types</Type>

<Type> e.g. Pub, School, Restaurant</Type>

                                </Types>

                </Amenity>

</Amenities>

<Categories>

                <Category>

                                <id> primary key referenced by categoryid above

                                <Name> Name of category

</Category>         

</Categories>      

</Rentman>

                               

 

Notes.

o    Conversion

o    P.Built

o    Terrace

o    Semi

o    Detached

o    Mansion Block

0.       Unknown

1.       Poor

2.       Fair

3.       Good

4.       Very Good

5.       Excellent

1.       Asking

2.       Price on application

3.       Guide Price

4.       Offers in excess of

5.       Offers in region of

6.       Fixed

o    agentid is the same as the Agent attribute of the <ToLet> node

o    RefNumber is the unique property reference number given in the <Refnum> node

o    nn is the image index number 01 – 99

·         Residential

·         Commercial

·         Holiday Apartments

·         Buy to Let

·         Development

·         Other Investment.

 

 

File Transfer

 

The xml filename when sent to the FTP site will be “agentid.xml” where agentid is the same as the Agent attribute of the <Rentman> node.

 

The xml data file and the image files will be FTP’d using the address, username, password and optional folder given by the Web Site’s administrator (see Appendix 1).

 

There will never be an incremental file with properties to Add or Delete.

Each xml file will contain the complete list of properties to be advertised for this agent. Before importing, the portal should always delete all properties known for this agent.

 

Appendix 1

 

Sending the XML and associated media.

 

Rentman has its own built in push mechanism which will FTP selected property details and photographs to internet portals and custom websites.

 

Step 1 – Setup the portal/website details.

Initially the user sets up the FTP details of the portal or custom website.

 

 

The FTP address, username, password and optional folder are given by the Portal/Site’s administrator.

 

The Agent ID is also given by the portal/site administrator. It is used as the stem of the uploaded filenames and distinguishes files from multiple Rentman users sending to the same ftp address. It is also used, together with the Agent password field, by some portals to uniquely identify and authorize the customer’s data.

 

Step 2 – Select properties for upload.

Then (on a daily basis?) the user is able to use the 'advertise properties' screen (under the “Property” menu item) to select the properties he or she wants to upload.

 

 

 


Step 3 – Select the portals/websites to upload to.

Click the internet button and you are given the opportunity to select the portals you wish to send to.

 

 

 

Click ‘Send’ and the uploader will begin creating the upload files and FTPing them to their respective sites.

 

 

Standalone (unattended) mode.

The uploader can be run in standalone (unattended) mode simply by including it (uploader.exe) in the windows scheduler - in which case the default property selections (see Appendix 2) will be sent to all portals with the “upload to this portal” checkbox ticked (see screenshot in step 1).

Appendix 2

Default Properties

 

The properties initially marked for upload in the 'advertise properties' screen are there because of a combination of two fields on the property screen; status and internet 

(the query is... (( status="Available" or status=”For Sale” " or status=”Under Offer”) and internet = true)  but this can be overridden by ticking the ‘advertise’ column in the Advertise Properties screen (see step 2 screenshot in Appendix 1 above).

 

 

Note. The "advertise on internet" checkbox is ticked by default when a customer adds a property to Rentman. It is there because some customers wanted the ability NOT to advertise a property on the internet as that was a chargeable option to the landlord.

 

It is also possible to always upload all known properties to a specific portal by ticking the “upload all properties” checkbox on the portals screen (see screenshot in Appendix 1 - Step 1 above)

Appendix 3

 

Warning.

Do not use the XML produced by Rentman’s export function to upload to a website. It is not the same format as described in this document, represents raw Rentman data and may change from Rentman version to Rentman version without notice.

The same is true if you save the list of properties to be advertised as XML. You get raw Rentman data.

Appendix 4

Example Data.

<?xml version="1.0" encoding="iso-8859-1" ?>

<Rentman Version="2.3" Agent="gx" Password="" Date="20140430">

        <Properties>

                <Property>

                        <Rentorbuy>1.00</Rentorbuy>

                        <Refnumber>5266.00</Refnumber>

                        <Number>14</Number>

                        <Street>Hampstead Hill Gardens</Street>

                        <Address3>Hampstead</Address3>

                        <Address4></Address4>

                        <Postcode>NW3 2PL</Postcode>

                        <Area>Hampstead</Area>

                        <Tube></Tube>

                        <Type>Conversion</Type>

                        <Beds>0.00</Beds>

                        <Singles>0.00</Singles>

                        <Doubles>0.00</Doubles>

                        <Baths>0.00</Baths>

                        <Receps>0.00</Receps>

                        <Furnished>0.00</Furnished>

                        <Garage>False</Garage>

                        <Parking>False</Parking>

                        <Garden>False</Garden>

                        <Balcony>False</Balcony>

                        <Shower>False</Shower>

                        <Sep_wc>False</Sep_wc>

                        <Washmachine>False</Washmachine>

                        <Dishwasher>False</Dishwasher>

                        <Burglaralarm>False</Burglaralarm>

                        <Floor></Floor>

                        <Heating>GCH</Heating>

                        <Available>01/05/2014</Available>

                        <Status LetByUs="True" SoldByUs="False">Unavailable</Status>

                        <Servicecharges></Servicecharges>

                        <Leaselength>0.00</Leaselength>

                        <Shortlet>False</Shortlet>

                        <Longlet>False</Longlet>

                        <Studentyear>False</Studentyear>

                        <Sharedcomm></Sharedcomm>

                        <Dssallowed>False</Dssallowed>

                        <Price Per="Month" Qualifier="0">475.00</Price>

                        <Rent Qualifier="0" Period="Month">475.00</Rent>

                        <Saleprice Qualifier="0" Ownership=""></Saleprice>

                        <Condition>0.00</Condition>

                        <Age></Age>

                        <Bulletpoints>

                                <BulletPoint>Studio Flat</BulletPoint>

                                <BulletPoint>Gas Central Heating</BulletPoint>

                                <BulletPoint>Conversion</BulletPoint>

                        </Bulletpoints>

                        <Other>

                        </Other>

                        <Description>..........</Description>

                        <Comments></Comments>

                        <Strapline>Studio</Strapline>

                        <Rooms>

                        </Rooms>

                        <Map></Map>

                        <Floorplan></Floorplan>

                        <Url>www.dotgomm.ca?5266</Url>

                        <Created>22/02/2014</Created>

                        <Managed>False</Managed>

                        <Epc></Epc>

                        <Branch>Head Office</Branch>

                        <Branchtel>0123 456 7890</Branchtel>

                        <Media><Item>gx_5266_01.jpg</Item>

                        </Media>

                        <Evt></Evt>

                        <Featured>False</Featured>

                        <Brochure>gx_5266_BRCH.pdf</Brochure>

                        <Gloc>51.554382,-0.169156</Gloc>

                        <Nearbyamenities>

                                <Amenity>

                                        <id>1</id>

                                        <Distance Unit="Miles">1.00</Distance>

                                </Amenity>

                        </Nearbyamenities>

                        <Categoryid>0.00</Categoryid>

                </Property>

                <Property>

                        <Rentorbuy>3.00</Rentorbuy>

                        <Refnumber>5267.00</Refnumber>

                        <Number>12a</Number>

                        <Street>Dennington Park Road</Street>

                        <Address3></Address3>

                        <Address4>London</Address4>

                        <Postcode>NW6 1BA</Postcode>

                        <Area>Hampstead</Area>

                        <Tube></Tube>

                        <Type>Conversion</Type>

                        <Beds>0.00</Beds>

                        <Singles>0.00</Singles>

                        <Doubles>0.00</Doubles>

                        <Baths>0.00</Baths>

                        <Receps>0.00</Receps>

                        <Furnished>0.00</Furnished>

                        <Garage>False</Garage>

                        <Parking>False</Parking>

                        <Garden>False</Garden>

                        <Balcony>False</Balcony>

                        <Shower>False</Shower>

                        <Sep_wc>False</Sep_wc>

                        <Washmachine>False</Washmachine>

                        <Dishwasher>False</Dishwasher>

                        <Burglaralarm>False</Burglaralarm>

                        <Floor></Floor>

                        <Heating>GCH</Heating>

                        <Available>01/05/2015</Available>

                        <Status LetByUs="True" SoldByUs="False">Unavailable</Status>

                        <Servicecharges></Servicecharges>

                        <Leaselength>0.00</Leaselength>

                        <Shortlet>False</Shortlet>

                        <Longlet>False</Longlet>

                        <Studentyear>False</Studentyear>

                        <Sharedcomm></Sharedcomm>

                        <Dssallowed>False</Dssallowed>

                        <Price Per="Month" Qualifier="1">600.00</Price>

                        <Rent Qualifier="1" Period="Month">600.00</Rent>

                        <Saleprice Qualifier="1" Ownership="Freehold">300000.00</Saleprice>

                        <Condition>0.00</Condition>

                        <Age></Age>

                        <Bulletpoints>

                                <BulletPoint>Buy to Let</BulletPoint>

                                <BulletPoint>Studio Flat</BulletPoint>

                                <BulletPoint>Gas Central Heating</BulletPoint>

                                <BulletPoint>Conversion</BulletPoint>

                        </Bulletpoints>

                        <Other>

                        </Other>

                        <Description>summary</Description>

                        <Comments>test description</Comments>

                        <Strapline>Studio</Strapline>

                        <Rooms>

                        </Rooms>

                        <Map></Map>

                        <Floorplan></Floorplan>

                        <Url>www.dotgomm.ca?5267</Url>

                        <Created>08/04/2014</Created>

                        <Managed>False</Managed>

                        <Epc></Epc>

                        <Branch>Head Office</Branch>

                        <Branchtel>0123 456 7890</Branchtel>

                        <Media></Media>

                        <Evt></Evt>

                        <Featured>False</Featured>

                        <Brochure></Brochure>

                        <Gloc>51.550251,-0.192688</Gloc>

                        <Nearbyamenities>

                                <Amenity>

                                        <id>1</id>

                                        <Distance Unit="Miles">1.00</Distance>

                                </Amenity>

                        </Nearbyamenities>

                        <Categoryid>4.00</Categoryid>

                </Property>

                <Property>

                        <Rentorbuy>1.00</Rentorbuy>

                        <Refnumber>5264.00</Refnumber>

                        <Number>4</Number>

                        <Street>Stoneylands Road</Street>

                        <Address3>Egham</Address3>

                        <Address4></Address4>

                        <Postcode>Tw20 9QR</Postcode>

                        <Area>Egham</Area>

                        <Tube></Tube>

                        <Type>Detached</Type>

                        <Beds>5.00</Beds>

                        <Singles>3.00</Singles>

                        <Doubles>2.00</Doubles>

                        <Baths>1.00</Baths>

                        <Receps>3.00</Receps>

                        <Furnished>2.00</Furnished>

                        <Garage>False</Garage>

                        <Parking>True</Parking>

                        <Garden>True</Garden>

                        <Balcony>False</Balcony>

                        <Shower>True</Shower>

                        <Sep_wc>False</Sep_wc>

                        <Washmachine>True</Washmachine>

                        <Dishwasher>True</Dishwasher>

                        <Burglaralarm>False</Burglaralarm>

                        <Floor></Floor>

                        <Heating>GCH</Heating>

                        <Available>17/04/2015</Available>

                        <Status LetByUs="True" SoldByUs="False">Unavailable</Status>

                        <Servicecharges></Servicecharges>

                        <Leaselength>0.00</Leaselength>

                        <Shortlet>False</Shortlet>

                        <Longlet>False</Longlet>

                        <Studentyear>False</Studentyear>

                        <Sharedcomm></Sharedcomm>

                        <Dssallowed>False</Dssallowed>

                        <Price Per="Month" Qualifier="0">2000.00</Price>

                        <Rent Qualifier="0" Period="Month">2000.00</Rent>

                        <Saleprice Qualifier="0" Ownership=""></Saleprice>

                        <Condition>0.00</Condition>

                        <Age></Age>

                        <Bulletpoints>

                                <BulletPoint>5 Beds</BulletPoint>

                                <BulletPoint>3 Receptions</BulletPoint>

                                <BulletPoint>1 Bathroom</BulletPoint>

                                <BulletPoint>Unfurnished</BulletPoint>

                                <BulletPoint>Shower</BulletPoint>

                                <BulletPoint>Separate WC</BulletPoint>

                                <BulletPoint>Parking</BulletPoint>

                                <BulletPoint>Washing Machine</BulletPoint>

                                <BulletPoint>Dishwasher</BulletPoint>

                                <BulletPoint>Gas Central Heating</BulletPoint>

                                <BulletPoint>Conversion</BulletPoint>

                        </Bulletpoints>

                        <Other>

                                <Sepwc Caption="Sep Wc">True</Sepwc>

                        </Other>

                        <Description>It's been an enthusiastic start to the Felix Magath era at Fulham, best demonstrated by Scott Parker scrapping for the ball while on the floor and winning a free-kick which led to some decent early pressure and that Johnny Heitinga chance.</Description>

                        <Comments>It's been an enthusiastic start to the Felix Magath era at Fulham, best demonstrated by Scott Parker scrapping for the ball while on the floor and winning a free-kick which led to some decent early pressure and that Johnny Heitinga chance. The travelling Cottagers fans are making a lot of noise too, currently directing their chants at their new hero Lewis Holtby. Rousing stuff, but not for Magath, who is still sitting in his seat.</Comments>

                        <Strapline>5 Bed Unfurnished Detached</Strapline>

                        <Rooms>

                                <Room>

                                        <Title>Kitchen</Title>

                                        <Location></Location>

                                        <Description>Ukrainian president's election promise may not be enough to satisfy protesters after violence leaves dozens dead</Description>

                                        <Imperial1>9.84</Imperial1>

                                        <Imperial2>19.69</Imperial2>

                                        <Metric1>3.00</Metric1>

                                        <Metric2>6.00</Metric2>

                                </Room>

                                <Room>

                                        <Title>Living Room</Title>

                                        <Location></Location>

                                        <Description>Brooks detailed three periods of 'physical intimacy' with Andy Coulson as she described her relationships with men</Description>

                                        <Imperial1>13.12</Imperial1>

                                        <Imperial2>13.12</Imperial2>

                                        <Metric1>4.00</Metric1>

                                        <Metric2>4.00</Metric2>

                                </Room>

                                <Room>

                                        <Title>Dining Room</Title>

                                        <Location></Location>

                                        <Description>British speed skater fails to progress in semi-finals of 1,000m in Sochi after torrid fortnight including vicious online abuse</Description>

                                        <Imperial1>13.12</Imperial1>

                                        <Imperial2>13.12</Imperial2>

                                        <Metric1>4.00</Metric1>

                                        <Metric2>4.00</Metric2>

                                </Room>

                                <Room>

                                        <Title>Library</Title>

                                        <Location></Location>

                                        <Description>Canada emulate their women in beating USA, booking a final spot with Sweden</Description>

                                        <Imperial1>13.12</Imperial1>

                                        <Imperial2>13.12</Imperial2>

                                        <Metric1>4.00</Metric1>

                                        <Metric2>4.00</Metric2>

                                </Room>

                                <Room>

                                        <Title>Study</Title>

                                        <Location></Location>

                                        <Description>Branson says SpaceShipTwo will enter service this year – with him and his children aboard – despite unproven technology</Description>

                                        <Imperial1>6.56</Imperial1>

                                        <Imperial2>13.12</Imperial2>

                                        <Metric1>2.00</Metric1>

                                        <Metric2>4.00</Metric2>

                                </Room>

                                <Room>

                                        <Title>Bedroom 1</Title>

                                        <Location></Location>

                                        <Description>WikiLeaks founder a mercurial character who could not bear his own secrets, according to writer Andrew O'Hagan</Description>

                                        <Imperial1>9.84</Imperial1>

                                        <Imperial2>13.12</Imperial2>

                                        <Metric1>3.00</Metric1>

                                        <Metric2>4.00</Metric2>

                                </Room>

                                <Room>

                                        <Title>Bedroom 2</Title>

                                        <Location></Location>

                                        <Description>Former BBC Radio 1 DJ apologises after tribunal judge rules he avoided &#163;1m in tax scheme</Description>

                                        <Imperial1>9.84</Imperial1>

                                        <Imperial2>16.40</Imperial2>

                                        <Metric1>3.00</Metric1>

                                        <Metric2>5.00</Metric2>

                                </Room>

                                <Room>

                                        <Title>Bedroom 3</Title>

                                        <Location></Location>

                                        <Description>Beijing says White House meeting is 'gross interference in Chinese politics' and will damage China-US relations</Description>

                                        <Imperial1>9.84</Imperial1>

                                        <Imperial2>9.84</Imperial2>

                                        <Metric1>3.00</Metric1>

                                        <Metric2>3.00</Metric2>

                                </Room>

                                <Room>

                                        <Title>Bedroom 4</Title>

                                        <Location></Location>

                                        <Description>Open letter from 15 professional bodies warns PM that reversing dredging policy may cause other problems</Description>

                                        <Imperial1>9.84</Imperial1>

                                        <Imperial2>8.20</Imperial2>

                                        <Metric1>3.00</Metric1>

                                        <Metric2>2.50</Metric2>

                                </Room>

                                <Room>

                                        <Title>Bedroom 5</Title>

                                        <Location></Location>

                                        <Description>Sports minister also suggests ballet and gymnastics for those who feel major disciplines are 'too unfeminine'</Description>

                                        <Imperial1>8.20</Imperial1>

                                        <Imperial2>8.20</Imperial2>

                                        <Metric1>2.50</Metric1>

                                        <Metric2>2.50</Metric2>

                                </Room>

                                <Room>

                                        <Title>Bathroom</Title>

                                        <Location></Location>

                                        <Description>Ukip chief agrees to Lib Dem leader's proposal to debate Britain's EU membership head to head</Description>

                                        <Imperial1>6.56</Imperial1>

                                        <Imperial2>9.84</Imperial2>

                                        <Metric1>2.00</Metric1>

                                        <Metric2>3.00</Metric2>

                                </Room>

                                <Room>

                                        <Title>Separate WC</Title>

                                        <Location></Location>

                                        <Description>Nine gunmen and two government officials die in al-Shabaab assault on Mogadishu residence of president and prime minister</Description>

                                        <Imperial1>4.92</Imperial1>

                                        <Imperial2>6.56</Imperial2>

                                        <Metric1>1.50</Metric1>

                                        <Metric2>2.00</Metric2>

                                </Room>

                                <Room>

                                        <Title>Garden</Title>

                                        <Location></Location>

                                        <Description>Worcestershire coroner calls on police after inquest into deaths of three elderly patients operated on by NHS consultant</Description>

                                        <Imperial1>39.37</Imperial1>

                                        <Imperial2>49.21</Imperial2>

                                        <Metric1>12.00</Metric1>

                                        <Metric2>15.00</Metric2>

                                </Room>

                        </Rooms>

                        <Map></Map>

                        <Floorplan></Floorplan>

                        <Url>www.dotgomm.ca?5264</Url>

                        <Created>19/02/2014</Created>

                        <Managed>True</Managed>

                        <Epc>gx_5264_EPC.jpg</Epc>

                        <Branch>Head Office</Branch>

                        <Branchtel>0123 456 7890</Branchtel>

                        <Media><Item>gx_5264_01.jpg</Item>

                                <Item>gx_5264_02.jpg</Item>

                                <Item>gx_5264_03.jpg</Item>

                                <Item>gx_5264_04.jpg</Item>

                                <Item>gx_5264_05.jpg</Item>

                                <Item>gx_5264_06.jpg</Item>

                                <Item>gx_5264_07.jpg</Item>

                                <Item>gx_5264_08.jpg</Item>

                                <Item>gx_5264_09.jpg</Item>

                                <Item>gx_5264_10.jpg</Item></Media>

                        <Evt></Evt>

                        <Featured>False</Featured>

                        <Brochure>gx_5264_BRCH.pdf</Brochure>

                        <Gloc>51.429774,-0.550332</Gloc>

                        <Nearbyamenities>

                                <Amenity>

                                        <id>1</id>

                                        <Distance Unit="Miles">1.00</Distance>

                                </Amenity>

                                <Amenity>

                                        <id>10</id>

                                        <Distance Unit="Miles">10.00</Distance>

                                </Amenity>

                        </Nearbyamenities>

                        <Categoryid>0.00</Categoryid>

                </Property>

                <Property>

                        <Rentorbuy>2.00</Rentorbuy>

                        <Refnumber>5265.00</Refnumber>

                        <Number>110</Number>

                        <Street>Westwood Gardens</Street>

                        <Address3>Thornbury</Address3>

                        <Address4>Devon</Address4>

                        <Postcode>PL6 8TE</Postcode>

                        <Area>Belsize Park</Area>

                        <Tube></Tube>

                        <Type>Shop</Type>

                        <Beds>0.00</Beds>

                        <Singles>0.00</Singles>

                        <Doubles>0.00</Doubles>

                        <Baths>0.00</Baths>

                        <Receps>0.00</Receps>

                        <Furnished>0.00</Furnished>

                        <Garage>False</Garage>

                        <Parking>False</Parking>

                        <Garden>False</Garden>

                        <Balcony>False</Balcony>

                        <Shower>False</Shower>

                        <Sep_wc>False</Sep_wc>

                        <Washmachine>False</Washmachine>

                        <Dishwasher>False</Dishwasher>

                        <Burglaralarm>False</Burglaralarm>

                        <Floor></Floor>

                        <Heating>GCH</Heating>

                        <Available>19/02/2015</Available>

                        <Status LetByUs="False" SoldByUs="False">For Sale</Status>

                        <Servicecharges></Servicecharges>

                        <Leaselength>0.00</Leaselength>

                        <Shortlet>False</Shortlet>

                        <Longlet>False</Longlet>

                        <Studentyear>False</Studentyear>

                        <Sharedcomm></Sharedcomm>

                        <Dssallowed>False</Dssallowed>

                        <Price Per="Freehold" Qualifier="1">645000.00</Price>

                        <Rent Qualifier="1" Period=""></Rent>

                        <Saleprice Qualifier="1" Ownership="Freehold">645000.00</Saleprice>

                        <Condition>0.00</Condition>

                        <Age></Age>

                        <Bulletpoints>

                                <BulletPoint>1200 Square Ft</BulletPoint>

                                <BulletPoint>Gas Central Heating</BulletPoint>

                                <BulletPoint>Shop</BulletPoint>

                        </Bulletpoints>

                        <Other>

                                <Act1954 Caption="Act1954">False</Act1954>

                                <Rearaccess Caption="Rear Access">False</Rearaccess>

                        </Other>

                        <Description>test &amp; test again..........</Description>

                        <Comments>test &amp; test again</Comments>

                        <Strapline>Studio</Strapline>

                        <Rooms>

                        </Rooms>

                        <Map></Map>

                        <Floorplan></Floorplan>

                        <Url>www.dotgomm.ca?5265</Url>

                        <Created>19/02/2014</Created>

                        <Managed>False</Managed>

                        <Epc></Epc>

                        <Branch>Head Office</Branch>

                        <Branchtel>0123 456 7890</Branchtel>

                        <Media><Item>gx_5265_01.jpg</Item>

                                <Item>gx_5265_02.jpg</Item>

                                <Item>gx_5265_03.jpg</Item>

                                <Item>gx_5265_04.jpg</Item>

                                <Item>gx_5265_05.jpg</Item></Media>

                        <Evt></Evt>

                        <Featured>False</Featured>

                        <Brochure>gx_5265_BRCH.pdf</Brochure>

                        <Gloc>50.41475,-4.095758</Gloc>

                        <Nearbyamenities>

                        </Nearbyamenities>

                        <Categoryid>3.00</Categoryid>

                </Property>

        </Properties>

        <Areas>

                <Area>

                        <Name>Egham</Name>

                </Area>

                <Area>

                        <Name>Hampstead</Name>

                </Area>

                <Area>

                        <Name>St John's Wood</Name>

                </Area>

                <Area>

                        <Name>Dartmouth Park</Name>

                </Area>

                <Area>

                        <Name>Belsize Park</Name>

                </Area>

                <Area>

                        <Name>Bounds Green</Name>

                </Area>

                <Area>

                        <Name>Chalk Farm</Name>

                </Area>

                <Area>

                        <Name>Park Place</Name>

                </Area>

                <Area>

                        <Name>GOLDERS GREEN</Name>

                </Area>

                <Area>

                        <Name>Kilburn</Name>

                </Area>

        </Areas>

        <Amenities>

                <Amenity>

                        <id>1</id>

                        <Name>testing</Name>

                        <Address>4 stoneylands road, egham, surrey,  tw20 9qr</Address>

                        <Telephone>hometel</Telephone>

                        <Email>someone@somewhere.com</Email>

                        <WWW></WWW>

                        <Gloc>51.429774,-0.550332</Gloc>

                        <Radius>30</Radius>

                        <Types>

                                <Type>Lettings Agent</Type>

                                <Type>Sign Erector</Type>

                                <Type>Developer</Type>

                        </Types>

                </Amenity>

                <Amenity>

                        <id>10</id>

                        <Name>new 1</Name>

                        <Address>4 Stoneylands Road, Egham, Surrey,  TW20 9QR</Address>

                        <Telephone></Telephone>

                        <Email>someone@somewhere.com</Email>

                        <WWW></WWW>

                        <Gloc>51.429774,-0.550332</Gloc>

                        <Radius>2</Radius>

                        <Types>

                                <Type>Developer</Type>

                        </Types>

                </Amenity>

      </Amenities>

        <Categories>

                <Category>

                        <Id>1.00</Id>

                        <Name>Residential</Name>

                </Category>

                <Category>

                        <Id>2.00</Id>

                        <Name>Commercial</Name>

                </Category>

                <Category>

                        <Id>3.00</Id>

                        <Name>Holiday Apartments</Name>

                </Category>

                <Category>

                        <Id>4.00</Id>

                        <Name>Buy to Let</Name>

                </Category>

                <Category>

                        <Id>5.00</Id>

                        <Name>Development</Name>

                </Category>

                <Category>

                        <Id>6.00</Id>

                        <Name>Other Investment</Name>

                </Category>

                <Category>

                        <Id>7.00</Id>

                        <Name>Industrial</Name>

                </Category>

                <Category>

                        <Id>8.00</Id>

                        <Name>Shop</Name>

                </Category>

                <Category>

                        <Id>9.00</Id>

                        <Name>Office</Name>

                </Category>

        </Categories>

</Rentman>

 

 


 

Appendix 5

Note to web site developers.

 

Rentman will include a URL in emails sent to applicants. That url is derived by adding the property reference to a known stem entered on the company preferences screen (internet tab).

 

 

 

So, if the customer’s website is www.mysite.co.uk and you, as website designers, have built it so that their customers can link directly to property reference 123 with the URL www.mysite.co.uk?ref=123

 enter

www.mysite.co.uk?ref=

Wherever Rentman then wants to specify a url (uploads, emails, tweets etc) it will use this construct. The Lettings Agent can override this for a specific property using the property url field on the advertising tab of the property screen.