GET api/GetFlatDetails/{FlatId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FlatId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FlatDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| FlatNo | string |
None. |
|
| ProjectName | string |
None. |
|
| Customwer | string |
None. |
|
| BirthDate | string |
None. |
|
| OwnershipType | string |
None. |
|
| RERANo | string |
None. |
|
| AddressPermanent | string |
None. |
|
| Tower | string |
None. |
|
| ApartmentType | string |
None. |
|
| CarpetArea | string |
None. |
|
| ImagePathFlatDesign | string |
None. |
|
| ImagePathFloorMap | string |
None. |
|
| ImagePathProfile | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FlatNo": "sample string 1",
"ProjectName": "sample string 2",
"Customwer": "sample string 3",
"BirthDate": "sample string 4",
"OwnershipType": "sample string 5",
"RERANo": "sample string 6",
"AddressPermanent": "sample string 7",
"Tower": "sample string 8",
"ApartmentType": "sample string 9",
"CarpetArea": "sample string 10",
"ImagePathFlatDesign": "sample string 11",
"ImagePathFloorMap": "sample string 12",
"ImagePathProfile": "sample string 13"
},
{
"FlatNo": "sample string 1",
"ProjectName": "sample string 2",
"Customwer": "sample string 3",
"BirthDate": "sample string 4",
"OwnershipType": "sample string 5",
"RERANo": "sample string 6",
"AddressPermanent": "sample string 7",
"Tower": "sample string 8",
"ApartmentType": "sample string 9",
"CarpetArea": "sample string 10",
"ImagePathFlatDesign": "sample string 11",
"ImagePathFloorMap": "sample string 12",
"ImagePathProfile": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfFlatDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RECOSMart_Api">
<FlatDetails>
<AddressPermanent>sample string 7</AddressPermanent>
<ApartmentType>sample string 9</ApartmentType>
<BirthDate>sample string 4</BirthDate>
<CarpetArea>sample string 10</CarpetArea>
<Customwer>sample string 3</Customwer>
<FlatNo>sample string 1</FlatNo>
<ImagePathFlatDesign>sample string 11</ImagePathFlatDesign>
<ImagePathFloorMap>sample string 12</ImagePathFloorMap>
<ImagePathProfile>sample string 13</ImagePathProfile>
<OwnershipType>sample string 5</OwnershipType>
<ProjectName>sample string 2</ProjectName>
<RERANo>sample string 6</RERANo>
<Tower>sample string 8</Tower>
</FlatDetails>
<FlatDetails>
<AddressPermanent>sample string 7</AddressPermanent>
<ApartmentType>sample string 9</ApartmentType>
<BirthDate>sample string 4</BirthDate>
<CarpetArea>sample string 10</CarpetArea>
<Customwer>sample string 3</Customwer>
<FlatNo>sample string 1</FlatNo>
<ImagePathFlatDesign>sample string 11</ImagePathFlatDesign>
<ImagePathFloorMap>sample string 12</ImagePathFloorMap>
<ImagePathProfile>sample string 13</ImagePathProfile>
<OwnershipType>sample string 5</OwnershipType>
<ProjectName>sample string 2</ProjectName>
<RERANo>sample string 6</RERANo>
<Tower>sample string 8</Tower>
</FlatDetails>
</ArrayOfFlatDetails>