GET api/FangYuan/SearchName?keyname={keyname}
查询关键字
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keyname |
关键字 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
查询关键字
Collection of PremiseAndVillageName| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
类似小区/楼盘名称 |
string |
None. |
| Type |
楼盘or小区 0楼盘,1小区 |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfPremiseAndVillageName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto">
<PremiseAndVillageName>
<Name>sample string 1</Name>
<Type>2</Type>
</PremiseAndVillageName>
<PremiseAndVillageName>
<Name>sample string 1</Name>
<Type>2</Type>
</PremiseAndVillageName>
</ArrayOfPremiseAndVillageName>