CustomerData
This element is used to send main information about the customer.
Field name | Type | Comment | Example |
Name | varchar(300) | Customer name | Real estate customer 1 |
EmailAddress | varchar(255) | Customer email | help@casafaricrm.com |
Website | varchar(255) | Customer website | https://casafaricrm.com |
Phone | varchar(30) | Customer phone number | +351001002003 |
Logo | varchar(500) | Customer logo | https://casafaricrm.com/img/layout/casafariCRM-light.png |
AMI | varchar(10) | Customer licence number | 1234567 |
Properties
This element is a container for the Property elements, it is repeated for each object to sell or to rent.
Field name | Type | Comment | Example |
Internal_ID | varchar(25) | Unique identifier | 345532 |
Reference | varchar(25) | Visible reference | REF001 |
Price | varchar(255) | 100000 | |
Currency | varchar(30) | EUR | |
Notes | varchar(MAX) | Lorem ipsum | |
PropertyType | varchar(50) | Type of the object | "Apartment", any value in english - our system will adapt and map internally, Values on the ENUM section should be seen as examples, not as a full list. |
PropertyCondition | varchar(50) | "Used", any value in english - our system will adapt and map internally . Values on the ENUM section should be seen as examples, not as a full list. | |
NumberOfRooms | int | Number of bedrooms | 3 |
NumberOfBathrooms | int | 2 | |
HouseArea | double | 200 | |
PlotArea | double | Land area | 500 |
GrossArea | double | 240 | |
Country | varchar(100) | Location level 1 | Portugal |
District | varchar(100) | Region - Location level 2 | Faro |
City | varchar(100) | Council - Location level 3 | Lagoa |
Locality | varchar(100) | Location level4 | Carvoeiro |
Zone | varchar(200) | Location level 5, usually free text | Marina |
Address | varchar(400) | Full address, without zip code | St. Street John doe |
Zipcode | varchar(20) | Full postal code | 1234-123 |
FloorNumber | int | 6 | |
NumberOfFloors | int | Total number of floors in the building | 8 |
GMapLat | double | Latitude | 37.127368 |
GMapLon | double | Longitude | -8.5479785 |
GMapVisible | bool | Defines visibility for the coordinates when sending to portals | 0\1 |
PropertyUrl | varchar(300) | URL for this property in your website | https://casafaricrm.com/property/345532 |
BuildYear | int | Construction year | 1999 |
CreateDate | datetime | 2021-10-18 16:52:13 | |
LastUpdate | datetime | 2021-10-18 16:52:13 | |
Video | varchar(300) | URL for the property video | https://casafaricrm.com |
Title | varchar(400) | Property title in the main language | |
Description | varchar | Property description in the main language | |
WidePanorama | varchar(300) | URL for Virtual tour viewing | https://casafaricrm.com |
Floorplan | varchar(300) | URL for floorplan | https://casafaricrm.com |
Cultures | List<Culture> | Parent element for text describing the property in each language | *1 - Culture |
Photos | List<Photo> | Parent lement for property photos, should be ordered same as on the CRM | *2 - Photo |
Features | List<Feature> | Parent element for a full list of property characteristics. | *3 - Feature |
Owner | Owner | Parent element for owner information | *4 - Owner |
Broker | Broker | Parent element to identify the listing agent | *5 - Broker |
*1 - Culture
This element is to be repeated for each language the property is described in.
Field name | Type | Comment | Example |
lang | varchar(5) | 5 letter ISO language code | "pt-PT" - should be used as an attribute, please see sample |
Title | varchar(400) | Property title | Beautiful apartment next to the beach |
ShortDescription | varchar(2000) | Overview of the property | Lorem ipsum |
Description | varchar(MAX) | Full description of the property - plain text | Lorem ipsum |
HTMLDescription | varchar(MAX ) | HTML description of the property, some portals allow for it | <div>Lorem ipsum</div> |
*2 - Photo
This element is to be repeated for each photo of the property
Field name | Type | Comment | Example |
Photo | varchar(255) | Full photo URL | https://casafaricrm.com/img/layout/casafariCRM-light.png |
*3 - Feature
This element is to be repeated for each characteristic that the property contains.
Values on the ENUM section should be seen as examples, not as a full list.
Field name | Type | Comment | Example |
Feature | varchar(255) | All property characteristics should be inserted here- | "Pool", any value in english - our system will adapt and map internally. |
*4 - Owner
This element should contain information about the property owner, its fully optional.
Field name | Type | Comment | Example |
Name | varchar(100) | Owner of the property | Jon doe |
varchar(255) | Email address of the property owner. | jon@doe.com | |
Phone | varchar(30) | Phone number of the property owner. | +351001002003 |
*5 - Broker
This element should contain information about the listing agent, it's mandatory for lead distribution.
Field name | Type | Comment | Example |
Name | varchar(100) | Listing agent name | Jon doe |
varchar(255) | Listing agent email address | jon@doe.com | |
Phone | varchar(30) | Listing agent phone number | +351001002003 |
Sample:
http://portalfeeder.feedcruncher.com/Feed.svc/GetData/69304552654639506a67773d/13
Enums:
PropertyType: ☐ Apartment ☐ Villa ☐ Townhouse ☐ Land ☐ Ruin ☐ Business ☐ Farmhouse ☐ Country house ☐ Garage ☐ Lote ☐ Building | PropertyBusinessType: ☐ Rent ☐ Sale |
Features: ☐ Swimming pool ☐ Alarm ☐ Air conditioning ☐ Tennis court ☐ Central heating ☐ Heated floor ☐ Closed condominium ☐ Close to the beach ☐ Close to the shopping center ☐ Close to schools ☐ Close to hospital ☐ Close to golf course ☐ Sea view ☐ Stables ☐ Elevator ☐ Garage ☐ Garden ☐ Fireplace ☐ Central location ☐ Furnished ☐ Terrace ☐ Balcony ☐ Wine cellar ☐ Gym ☐ Energy Certificate: A+ ☐ Energy Certificate: A ☐ Energy Certificate: B ☐ Energy Certificate: B- ☐ Energy Certificate: C ☐ Energy Certificate: D ☐ Energy Certificate: E ☐ Energy Certificate: F ☐ Energy Certificate: G | PropertyCondition: ☐ New ☐ Used ☐ Under construction ☐ Not applicable ☐ Semi new ☐ Project ☐ Needs partial works ☐ Needs renovation ☐ Renovated ☐ Excellent ☐ Ruin |