GET api/MyProperty/GetMyPropertiesList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VillaList| Name | Description | Type | Additional information |
|---|---|---|---|
| UnitId | integer |
None. |
|
| Name | string |
None. |
|
| Resortlat | decimal number |
None. |
|
| Resortlng | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UnitId": 1,
"Name": "sample string 2",
"Resortlat": 3.0,
"Resortlng": 4.0
},
{
"UnitId": 1,
"Name": "sample string 2",
"Resortlat": 3.0,
"Resortlng": 4.0
}
]
application/xml, text/xml
Sample:
<ArrayOfVillaList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<VillaList>
<UnitId>1</UnitId>
<Name>sample string 2</Name>
<Resortlat>3</Resortlat>
<Resortlng>4</Resortlng>
</VillaList>
<VillaList>
<UnitId>1</UnitId>
<Name>sample string 2</Name>
<Resortlat>3</Resortlat>
<Resortlng>4</Resortlng>
</VillaList>
</ArrayOfVillaList>