GET api/House?UserID={UserID}&AreaID={AreaID}&PropertyName={PropertyName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
Required |
|
| AreaID | integer |
Required |
|
| PropertyName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HouseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| houseCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"houseCount": 3
}