GET api/FangYuan/CheckFangyuanFid?id={id}&fid={fid}

根据房源id和fid检测房源编号是否有重复,true表示不重复

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

房源id

integer

Required

fid

自定义房源编号

string

Required

Body Parameters

None.

Response Information

Resource Description

根据房源id和fid检测房源编号是否有重复,true表示不重复

boolean

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>