GET api/Public/Demand/HostList?IsSale={IsSale}&Domain={Domain}&CurrentPage={CurrentPage}&RowPerPage={RowPerPage}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSale | boolean |
Required |
|
| Domain | string |
Required |
|
| CurrentPage | integer |
None. |
|
| RowPerPage | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductDemand_DetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProvinceName | string |
None. |
|
| DistrictName | string |
None. |
|
| TypeId | integer |
None. |
|
| Area | decimal number |
None. |
|
| Title | string |
None. |
|
| IsSaleName | string |
None. |
|
| Price | decimal number |
None. |
|
| UnitId | byte |
None. |
|
| TotalPrice | decimal number |
None. |
|
| ImageUrl | string |
None. |
|
| AreaLand | decimal number |
None. |
|
| HorizontalLand | decimal number |
None. |
|
| LenghtLand | decimal number |
None. |
|
| AreaBuild | decimal number |
None. |
|
| HorizontalBuild | decimal number |
None. |
|
| LenghtBuild | decimal number |
None. |
|
| Livingroom | byte |
None. |
|
| Bedroom | byte |
None. |
|
| Toilet | byte |
None. |
|
| HighFloor | decimal number |
None. |
|
| Roadway | decimal number |
None. |
|
| DirectionName | string |
None. |
|
| LegalName | string |
None. |
|
| Description | string |
None. |
|
| Structure | string |
None. |
|
| StatusQuo | string |
None. |
|
| FeatureHighlight | string |
None. |
|
| EmbedCode | string |
None. |
|
| ProductId | integer |
None. |
|
| TypeName | string |
None. |
|
| EmployeeNameSale | string |
None. |
|
| EmployeePhone | string |
None. |
|
| EmployeeEmail | string |
None. |
|
| EmployeeAvatar | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| StreetName | string |
None. |
|
| EmployeeId | integer |
None. |
|
| ProductDemandCode | string |
None. |
|
| ListImage | Collection of PublicGalleryModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"provinceName": "sample string 2",
"districtName": "sample string 3",
"typeId": 4,
"area": 5.0,
"title": "sample string 6",
"isSaleName": "sample string 7",
"price": 8.0,
"unitId": 64,
"totalPrice": 10.0,
"imageUrl": "sample string 11",
"areaLand": 12.0,
"horizontalLand": 13.0,
"lenghtLand": 14.0,
"areaBuild": 15.0,
"horizontalBuild": 16.0,
"lenghtBuild": 17.0,
"livingroom": 64,
"bedroom": 64,
"toilet": 64,
"highFloor": 21.0,
"roadway": 22.0,
"directionName": "sample string 23",
"legalName": "sample string 24",
"description": "sample string 25",
"structure": "sample string 26",
"statusQuo": "sample string 27",
"featureHighlight": "sample string 28",
"embedCode": "sample string 29",
"productId": 30,
"typeName": "sample string 31",
"employeeNameSale": "sample string 32",
"employeePhone": "sample string 33",
"employeeEmail": "sample string 34",
"employeeAvatar": "sample string 35",
"latitude": 36.1,
"longitude": 37.1,
"streetName": "sample string 38",
"employeeId": 39,
"productDemandCode": "sample string 40",
"listImage": [
{
"id": 1,
"imageUrl": "sample string 2"
},
{
"id": 1,
"imageUrl": "sample string 2"
}
]
},
{
"id": 1,
"provinceName": "sample string 2",
"districtName": "sample string 3",
"typeId": 4,
"area": 5.0,
"title": "sample string 6",
"isSaleName": "sample string 7",
"price": 8.0,
"unitId": 64,
"totalPrice": 10.0,
"imageUrl": "sample string 11",
"areaLand": 12.0,
"horizontalLand": 13.0,
"lenghtLand": 14.0,
"areaBuild": 15.0,
"horizontalBuild": 16.0,
"lenghtBuild": 17.0,
"livingroom": 64,
"bedroom": 64,
"toilet": 64,
"highFloor": 21.0,
"roadway": 22.0,
"directionName": "sample string 23",
"legalName": "sample string 24",
"description": "sample string 25",
"structure": "sample string 26",
"statusQuo": "sample string 27",
"featureHighlight": "sample string 28",
"embedCode": "sample string 29",
"productId": 30,
"typeName": "sample string 31",
"employeeNameSale": "sample string 32",
"employeePhone": "sample string 33",
"employeeEmail": "sample string 34",
"employeeAvatar": "sample string 35",
"latitude": 36.1,
"longitude": 37.1,
"streetName": "sample string 38",
"employeeId": 39,
"productDemandCode": "sample string 40",
"listImage": [
{
"id": 1,
"imageUrl": "sample string 2"
},
{
"id": 1,
"imageUrl": "sample string 2"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfProductDemand_DetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Public">
<ProductDemand_DetailModel>
<Area>5</Area>
<AreaBuild>15</AreaBuild>
<AreaLand>12</AreaLand>
<Bedroom>64</Bedroom>
<Description>sample string 25</Description>
<DirectionName>sample string 23</DirectionName>
<DistrictName>sample string 3</DistrictName>
<EmbedCode>sample string 29</EmbedCode>
<EmployeeAvatar>sample string 35</EmployeeAvatar>
<EmployeeEmail>sample string 34</EmployeeEmail>
<EmployeeId>39</EmployeeId>
<EmployeeNameSale>sample string 32</EmployeeNameSale>
<EmployeePhone>sample string 33</EmployeePhone>
<FeatureHighlight>sample string 28</FeatureHighlight>
<HighFloor>21</HighFloor>
<HorizontalBuild>16</HorizontalBuild>
<HorizontalLand>13</HorizontalLand>
<Id>1</Id>
<ImageUrl>sample string 11</ImageUrl>
<IsSaleName>sample string 7</IsSaleName>
<Latitude>36.1</Latitude>
<LegalName>sample string 24</LegalName>
<LenghtBuild>17</LenghtBuild>
<LenghtLand>14</LenghtLand>
<ListImage>
<PublicGalleryModel>
<Id>1</Id>
<ImageUrl>sample string 2</ImageUrl>
</PublicGalleryModel>
<PublicGalleryModel>
<Id>1</Id>
<ImageUrl>sample string 2</ImageUrl>
</PublicGalleryModel>
</ListImage>
<Livingroom>64</Livingroom>
<Longitude>37.1</Longitude>
<Price>8</Price>
<ProductDemandCode>sample string 40</ProductDemandCode>
<ProductId>30</ProductId>
<ProvinceName>sample string 2</ProvinceName>
<Roadway>22</Roadway>
<StatusQuo>sample string 27</StatusQuo>
<StreetName>sample string 38</StreetName>
<Structure>sample string 26</Structure>
<Title>sample string 6</Title>
<Toilet>64</Toilet>
<TotalPrice>10</TotalPrice>
<TypeId>4</TypeId>
<TypeName>sample string 31</TypeName>
<UnitId>64</UnitId>
</ProductDemand_DetailModel>
<ProductDemand_DetailModel>
<Area>5</Area>
<AreaBuild>15</AreaBuild>
<AreaLand>12</AreaLand>
<Bedroom>64</Bedroom>
<Description>sample string 25</Description>
<DirectionName>sample string 23</DirectionName>
<DistrictName>sample string 3</DistrictName>
<EmbedCode>sample string 29</EmbedCode>
<EmployeeAvatar>sample string 35</EmployeeAvatar>
<EmployeeEmail>sample string 34</EmployeeEmail>
<EmployeeId>39</EmployeeId>
<EmployeeNameSale>sample string 32</EmployeeNameSale>
<EmployeePhone>sample string 33</EmployeePhone>
<FeatureHighlight>sample string 28</FeatureHighlight>
<HighFloor>21</HighFloor>
<HorizontalBuild>16</HorizontalBuild>
<HorizontalLand>13</HorizontalLand>
<Id>1</Id>
<ImageUrl>sample string 11</ImageUrl>
<IsSaleName>sample string 7</IsSaleName>
<Latitude>36.1</Latitude>
<LegalName>sample string 24</LegalName>
<LenghtBuild>17</LenghtBuild>
<LenghtLand>14</LenghtLand>
<ListImage>
<PublicGalleryModel>
<Id>1</Id>
<ImageUrl>sample string 2</ImageUrl>
</PublicGalleryModel>
<PublicGalleryModel>
<Id>1</Id>
<ImageUrl>sample string 2</ImageUrl>
</PublicGalleryModel>
</ListImage>
<Livingroom>64</Livingroom>
<Longitude>37.1</Longitude>
<Price>8</Price>
<ProductDemandCode>sample string 40</ProductDemandCode>
<ProductId>30</ProductId>
<ProvinceName>sample string 2</ProvinceName>
<Roadway>22</Roadway>
<StatusQuo>sample string 27</StatusQuo>
<StreetName>sample string 38</StreetName>
<Structure>sample string 26</Structure>
<Title>sample string 6</Title>
<Toilet>64</Toilet>
<TotalPrice>10</TotalPrice>
<TypeId>4</TypeId>
<TypeName>sample string 31</TypeName>
<UnitId>64</UnitId>
</ProductDemand_DetailModel>
</ArrayOfProductDemand_DetailModel>