POST api/HouseSaleCollect/Search?page={page}&orderby={orderby}&mydata={mydata}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| page | No documentation available. |
Define this parameter in the request URI. |
| orderby | No documentation available. |
Define this parameter in the request URI. |
| mydata | No documentation available. |
Define this parameter in the request URI. |
| query | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DistrictID": "a0bf4c75-4345-4a58-9a67-b79a50dc2416",
"BlockID": "f2f9b1ce-1218-475e-9386-18f5047bc02a",
"RoomCout": 1,
"BulidingTypeID": "9689f933-4337-4136-a1c7-145f1f1291dd",
"DecorationID": "48cb16f3-eb3b-484c-a06c-498633d55a8a",
"PriceRange": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"AreaRange": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"PriceMin": 2,
"PriceMax": 3,
"HouseAreaMin": 4,
"HouseAreaMax": 5,
"FloorMin": 6,
"FloorMax": 7,
"BuiltYearMin": 8,
"BuiltYearMax": 9,
"DeptID": "44649b81-9352-4858-9de9-a55452716496",
"DeptUserID": "dfc1bc0a-e3e1-4af7-9ffc-a47e032e97b6",
"StatusID": "1b0573b2-2c5f-40e6-b03c-fc4d52231378",
"StatusIdList": [
"c385c060-8109-4576-85d3-05231a3893ee",
"f571b1cc-57e6-4eeb-9ce0-ea32939c8623",
"79f7ffb1-a9be-413b-81ed-7ade40751ca0"
],
"PostDays": 10,
"SearchKey": "sample string 11",
"CollectDistrict": "sample string 12",
"CollectBulidingType": "sample string 13",
"CollectDecoration": "sample string 14",
"MyFavorites": 15,
"NoShowWx": 16,
"NoShowTuanDui": 17
}
application/xml, text/xml
Sample:
<QueryCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YouNuo.House.Model">
<AreaRange xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
<d2p1:string>sample string 3</d2p1:string>
</AreaRange>
<BlockID>f2f9b1ce-1218-475e-9386-18f5047bc02a</BlockID>
<BuiltYearMax>9</BuiltYearMax>
<BuiltYearMin>8</BuiltYearMin>
<BulidingTypeID>9689f933-4337-4136-a1c7-145f1f1291dd</BulidingTypeID>
<CollectBulidingType>sample string 13</CollectBulidingType>
<CollectDecoration>sample string 14</CollectDecoration>
<CollectDistrict>sample string 12</CollectDistrict>
<DecorationID>48cb16f3-eb3b-484c-a06c-498633d55a8a</DecorationID>
<DeptID>44649b81-9352-4858-9de9-a55452716496</DeptID>
<DeptUserID>dfc1bc0a-e3e1-4af7-9ffc-a47e032e97b6</DeptUserID>
<DistrictID>a0bf4c75-4345-4a58-9a67-b79a50dc2416</DistrictID>
<FloorMax>7</FloorMax>
<FloorMin>6</FloorMin>
<HouseAreaMax>5</HouseAreaMax>
<HouseAreaMin>4</HouseAreaMin>
<MyFavorites>15</MyFavorites>
<NoShowTuanDui>17</NoShowTuanDui>
<NoShowWx>16</NoShowWx>
<PostDays>10</PostDays>
<PriceMax>3</PriceMax>
<PriceMin>2</PriceMin>
<PriceRange xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
<d2p1:string>sample string 3</d2p1:string>
</PriceRange>
<RoomCout>1</RoomCout>
<SearchKey>sample string 11</SearchKey>
<StatusID>1b0573b2-2c5f-40e6-b03c-fc4d52231378</StatusID>
<StatusIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c385c060-8109-4576-85d3-05231a3893ee</d2p1:guid>
<d2p1:guid>f571b1cc-57e6-4eeb-9ce0-ea32939c8623</d2p1:guid>
<d2p1:guid>79f7ffb1-a9be-413b-81ed-7ade40751ca0</d2p1:guid>
</StatusIdList>
</QueryCondition>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.