GET api/FangYuan/SearchName?keyname={keyname}

查询关键字

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keyname

关键字

string

Required

Body Parameters

None.

Response Information

Resource Description

查询关键字

Collection of PremiseAndVillageName
NameDescriptionTypeAdditional information
Name

类似小区/楼盘名称

string

None.

Type

楼盘or小区 0楼盘,1小区

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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>