Key | required | type | Value | Example |
id | no | number | Optional property id property which if added updates a property. If ommited ie parameter not passed, then instead we create a new property. Navigate to a users microsite and you can find the property id for a property in the URL https://danieldaggers.advsr.ai/property/benahavis/la-zagaleta/938 which has an id of 938 | |
email | yes | string (email) | {user email] | |
api_key | yes | string | (required) [user API key] | Request your API key from hi@advsr.ai |
is_rental | yes | enum (0,1) | (required) 0=No 1=Yes | |
name | yes | string | (required) | |
property_type_id | yes | enum (1,2,3,4,5,6,7 or 8) | (required) 1= Apartment 2= Villa 3= Semi-Detached House 4= Detached House 5= Terraced House 6= House 7= Commercial Property 8= "New Development" | |
property_status | yes | enum (0,1) | (required) 0= 1= | |
price_qualifier | yes | enum (see values) | (required) Available price qualifiers are the following strings: 'POA', 'Sale by Tender', 'Part Buy', 'Part Rent', 'Coming Soon', 'For Sale By Auction', 'Guide Price', 'Fixed Price', 'Offers in excess of’, 'OIRO', 'From', 'Shared Ownership', 'Offers over', 'Shared Equity' | |
currency | yes | [ISO Currency Code] | GBP,USD | |
price | yes | 1500000 | ||
beds | yes | number | ||
bath | yes | number | ||
key_feature_{1...6} | yes | string | Swimming Pool, Gaggenau Appliances | |
land_area | yes | number | These are square feet by api only | 2000 |
internal_area | yes | number | These are square feet by api only | 1500 |
town | yes | string | max 100 chars | 9th Arrondissement |
city | yes | enum | list of allowed countries can be found by looking at /account/property-upload and seeing the cities drop down | Paris |
postcode | yes | 90210 | ||
country | yes | enum | list of allowed countries can be found by looking at /account/property-upload and seeing the countries drop down. | USA |
description | yes | string | max of 400 words | |
media_urls | yes | string array | array with public urls our service will download, to a max of 35, required but may be empty if no photos | Photo URLs |
floor_plan_urls | yes | string array | array with public urls our service will download required but may be empty if no photos | |
standar_referal_fee | no | number | the percentage standard refferal fee position of the property. | |
is_off_market | yes | enum | 0 or 1 where 1 is off-market, and 0 is on market. defaults to 0. |