GET api/Products/Demand/Detail?Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductDemandDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| ProvinceId | integer |
None. |
|
| DistrictId | integer |
None. |
|
| WardId | integer |
None. |
|
| StreetId | integer |
None. |
|
| ApartmentNo | string |
None. |
|
| Address | string |
None. |
|
| TypeId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| Area | decimal number |
None. |
|
| Title | string |
None. |
|
| ProductId | integer |
None. |
|
| IsSale | boolean |
None. |
|
| Price | decimal number |
None. |
|
| UnitId | byte |
None. |
|
| TotalPrice | decimal number |
None. |
|
| CommissionType | byte |
None. |
|
| CommissionRate | decimal number |
None. |
|
| CommissionValue | decimal number |
None. |
|
| IsPublic | boolean |
None. |
|
| EmployeeIdSale | integer |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | 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. |
|
| DirectionId | integer |
None. |
|
| LegalId | integer |
None. |
|
| StatusId | integer |
None. |
|
| DateCreate | date |
None. |
|
| EmployeeCreateName | string |
None. |
|
| DateModify | date |
None. |
|
| EmployeeUpdateName | string |
None. |
|
| SourceId | integer |
None. |
|
| RoadId | integer |
None. |
|
| LevelId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"customerId": 1,
"provinceId": 2,
"districtId": 3,
"wardId": 4,
"streetId": 5,
"apartmentNo": "sample string 6",
"address": "sample string 7",
"typeId": 8,
"projectId": 9,
"area": 10.0,
"title": "sample string 11",
"productId": 12,
"isSale": true,
"price": 14.0,
"unitId": 64,
"totalPrice": 16.0,
"commissionType": 64,
"commissionRate": 18.0,
"commissionValue": 19.0,
"isPublic": true,
"employeeIdSale": 21,
"latitude": 22.1,
"longitude": 23.1,
"imageUrl": "sample string 24",
"areaLand": 25.0,
"horizontalLand": 26.0,
"lenghtLand": 27.0,
"areaBuild": 28.0,
"horizontalBuild": 29.0,
"lenghtBuild": 30.0,
"livingroom": 64,
"bedroom": 64,
"toilet": 64,
"highFloor": 34.0,
"roadway": 35.0,
"directionId": 36,
"legalId": 37,
"statusId": 38,
"dateCreate": "2025-12-06T12:28:47.9182734+07:00",
"employeeCreateName": "sample string 39",
"dateModify": "2025-12-06T12:28:47.9182734+07:00",
"employeeUpdateName": "sample string 40",
"sourceId": 41,
"roadId": 42,
"levelId": 43
},
{
"customerId": 1,
"provinceId": 2,
"districtId": 3,
"wardId": 4,
"streetId": 5,
"apartmentNo": "sample string 6",
"address": "sample string 7",
"typeId": 8,
"projectId": 9,
"area": 10.0,
"title": "sample string 11",
"productId": 12,
"isSale": true,
"price": 14.0,
"unitId": 64,
"totalPrice": 16.0,
"commissionType": 64,
"commissionRate": 18.0,
"commissionValue": 19.0,
"isPublic": true,
"employeeIdSale": 21,
"latitude": 22.1,
"longitude": 23.1,
"imageUrl": "sample string 24",
"areaLand": 25.0,
"horizontalLand": 26.0,
"lenghtLand": 27.0,
"areaBuild": 28.0,
"horizontalBuild": 29.0,
"lenghtBuild": 30.0,
"livingroom": 64,
"bedroom": 64,
"toilet": 64,
"highFloor": 34.0,
"roadway": 35.0,
"directionId": 36,
"legalId": 37,
"statusId": 38,
"dateCreate": "2025-12-06T12:28:47.9182734+07:00",
"employeeCreateName": "sample string 39",
"dateModify": "2025-12-06T12:28:47.9182734+07:00",
"employeeUpdateName": "sample string 40",
"sourceId": 41,
"roadId": 42,
"levelId": 43
}
]
application/xml, text/xml
Sample:
<ArrayOfProductDemandDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Product">
<ProductDemandDetailModel>
<Address>sample string 7</Address>
<ApartmentNo>sample string 6</ApartmentNo>
<Area>10</Area>
<AreaBuild>28</AreaBuild>
<AreaLand>25</AreaLand>
<Bedroom>64</Bedroom>
<CommissionRate>18</CommissionRate>
<CommissionType>64</CommissionType>
<CommissionValue>19</CommissionValue>
<CustomerId>1</CustomerId>
<DateCreate>2025-12-06T12:28:47.9182734+07:00</DateCreate>
<DateModify>2025-12-06T12:28:47.9182734+07:00</DateModify>
<DirectionId>36</DirectionId>
<DistrictId>3</DistrictId>
<EmployeeCreateName>sample string 39</EmployeeCreateName>
<EmployeeIdSale>21</EmployeeIdSale>
<EmployeeUpdateName>sample string 40</EmployeeUpdateName>
<HighFloor>34</HighFloor>
<HorizontalBuild>29</HorizontalBuild>
<HorizontalLand>26</HorizontalLand>
<ImageUrl>sample string 24</ImageUrl>
<IsPublic>true</IsPublic>
<IsSale>true</IsSale>
<Latitude>22.1</Latitude>
<LegalId>37</LegalId>
<LenghtBuild>30</LenghtBuild>
<LenghtLand>27</LenghtLand>
<LevelId>43</LevelId>
<Livingroom>64</Livingroom>
<Longitude>23.1</Longitude>
<Price>14</Price>
<ProductId>12</ProductId>
<ProjectId>9</ProjectId>
<ProvinceId>2</ProvinceId>
<RoadId>42</RoadId>
<Roadway>35</Roadway>
<SourceId>41</SourceId>
<StatusId>38</StatusId>
<StreetId>5</StreetId>
<Title>sample string 11</Title>
<Toilet>64</Toilet>
<TotalPrice>16</TotalPrice>
<TypeId>8</TypeId>
<UnitId>64</UnitId>
<WardId>4</WardId>
</ProductDemandDetailModel>
<ProductDemandDetailModel>
<Address>sample string 7</Address>
<ApartmentNo>sample string 6</ApartmentNo>
<Area>10</Area>
<AreaBuild>28</AreaBuild>
<AreaLand>25</AreaLand>
<Bedroom>64</Bedroom>
<CommissionRate>18</CommissionRate>
<CommissionType>64</CommissionType>
<CommissionValue>19</CommissionValue>
<CustomerId>1</CustomerId>
<DateCreate>2025-12-06T12:28:47.9182734+07:00</DateCreate>
<DateModify>2025-12-06T12:28:47.9182734+07:00</DateModify>
<DirectionId>36</DirectionId>
<DistrictId>3</DistrictId>
<EmployeeCreateName>sample string 39</EmployeeCreateName>
<EmployeeIdSale>21</EmployeeIdSale>
<EmployeeUpdateName>sample string 40</EmployeeUpdateName>
<HighFloor>34</HighFloor>
<HorizontalBuild>29</HorizontalBuild>
<HorizontalLand>26</HorizontalLand>
<ImageUrl>sample string 24</ImageUrl>
<IsPublic>true</IsPublic>
<IsSale>true</IsSale>
<Latitude>22.1</Latitude>
<LegalId>37</LegalId>
<LenghtBuild>30</LenghtBuild>
<LenghtLand>27</LenghtLand>
<LevelId>43</LevelId>
<Livingroom>64</Livingroom>
<Longitude>23.1</Longitude>
<Price>14</Price>
<ProductId>12</ProductId>
<ProjectId>9</ProjectId>
<ProvinceId>2</ProvinceId>
<RoadId>42</RoadId>
<Roadway>35</Roadway>
<SourceId>41</SourceId>
<StatusId>38</StatusId>
<StreetId>5</StreetId>
<Title>sample string 11</Title>
<Toilet>64</Toilet>
<TotalPrice>16</TotalPrice>
<TypeId>8</TypeId>
<UnitId>64</UnitId>
<WardId>4</WardId>
</ProductDemandDetailModel>
</ArrayOfProductDemandDetailModel>