GET api/House?UserID={UserID}&AreaID={AreaID}&PropertyName={PropertyName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserID

string

Required

AreaID

integer

Required

PropertyName

string

Required

Body Parameters

None.

Response Information

Resource Description

HouseInfo
NameDescriptionTypeAdditional 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
}