POST api/PropertyList
Request Information
URI Parameters
None.
Body Parameters
reaPropertyInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| imageListURL | Collection of string |
None. |
|
| RealEstateAgentID | string |
None. |
|
| TransactionTypeID | string |
None. |
|
| PropertyTypeID | string |
None. |
|
| PropertyStatusID | string |
None. |
|
| PropertyCategoryID | string |
None. |
|
| CountryID | string |
None. |
|
| DistrictID | string |
None. |
|
| CityID | string |
None. |
|
| CityAreaID | string |
None. |
|
| PostalCodeID | string |
None. |
|
| CurrencyID | string |
None. |
|
| LocalCode | string |
None. |
|
| Price | string |
None. |
|
| Description | string |
None. |
|
| Bedrooms | string |
None. |
|
| Bathrooms | string |
None. |
|
| IndoorsSquareFootage | string |
None. |
|
| OutdoorsSquareFootage | string |
None. |
|
| ConstructionDate | string |
None. |
|
| URL | string |
None. |
|
| Comment | string |
None. |
|
| Address | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"imageListURL": [
"sample string 1",
"sample string 2"
],
"RealEstateAgentID": "sample string 1",
"TransactionTypeID": "sample string 2",
"PropertyTypeID": "sample string 3",
"PropertyStatusID": "sample string 4",
"PropertyCategoryID": "sample string 5",
"CountryID": "sample string 6",
"DistrictID": "sample string 7",
"CityID": "sample string 8",
"CityAreaID": "sample string 9",
"PostalCodeID": "sample string 10",
"CurrencyID": "sample string 11",
"LocalCode": "sample string 12",
"Price": "sample string 13",
"Description": "sample string 14",
"Bedrooms": "sample string 15",
"Bathrooms": "sample string 16",
"IndoorsSquareFootage": "sample string 17",
"OutdoorsSquareFootage": "sample string 18",
"ConstructionDate": "sample string 19",
"URL": "sample string 20",
"Comment": "sample string 21",
"Address": "sample string 22",
"Latitude": "sample string 23",
"Longitude": "sample string 24"
}
application/xml, text/xml
Sample:
<reaPropertyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/REApropertyAPI.Models">
<Address>sample string 22</Address>
<Bathrooms>sample string 16</Bathrooms>
<Bedrooms>sample string 15</Bedrooms>
<CityAreaID>sample string 9</CityAreaID>
<CityID>sample string 8</CityID>
<Comment>sample string 21</Comment>
<ConstructionDate>sample string 19</ConstructionDate>
<CountryID>sample string 6</CountryID>
<CurrencyID>sample string 11</CurrencyID>
<Description>sample string 14</Description>
<DistrictID>sample string 7</DistrictID>
<IndoorsSquareFootage>sample string 17</IndoorsSquareFootage>
<Latitude>sample string 23</Latitude>
<LocalCode>sample string 12</LocalCode>
<Longitude>sample string 24</Longitude>
<OutdoorsSquareFootage>sample string 18</OutdoorsSquareFootage>
<PostalCodeID>sample string 10</PostalCodeID>
<Price>sample string 13</Price>
<PropertyCategoryID>sample string 5</PropertyCategoryID>
<PropertyStatusID>sample string 4</PropertyStatusID>
<PropertyTypeID>sample string 3</PropertyTypeID>
<RealEstateAgentID>sample string 1</RealEstateAgentID>
<TransactionTypeID>sample string 2</TransactionTypeID>
<URL>sample string 20</URL>
<imageListURL xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</imageListURL>
</reaPropertyInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.