PUT api/HouseRent/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| houseRentaction | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Main": {
"HouseID": "ba56b7f7-fe3e-4250-bcd8-02ea0e280b10",
"UserID": "593b423e-9723-4e34-a87d-80f6e583773c",
"CompanyID": "955256e9-a861-446e-923d-5ad6e434b1b8",
"CommunityID": "d66e448b-1f94-4653-9557-f431af8c2f99",
"Community": {
"ID": "b67b8839-942b-43de-8408-d16f3532d98e",
"UserID": "e73ef6b6-76e1-4426-b511-ae054724af73",
"CompanyID": "83e469e9-d711-4b20-8e64-85ad4821ad31",
"Name": "sample string 2",
"DistrictID": "87cf6177-c89c-430a-b211-dedd4cf07fba",
"District": {
"ID": "73ccd3cd-6f97-44aa-b87c-eebcc9d0a2e2",
"Name": "sample string 2"
},
"Address": "sample string 4",
"Pinyin": "sample string 5",
"PinyinAbbr": "sample string 6",
"Longitude": "sample string 7",
"Latitude": "sample string 8"
},
"BulidingTypeID": "e2c01c7c-c8fd-479b-b2ac-81e5758517ec",
"BulidingType": {
"DictDataID": "881af3bd-185e-4c72-a107-07efa28359d3",
"Name": "sample string 2"
},
"BuildingStructureID": "fb47557c-8dca-40a8-ae7f-157be769fb62",
"BuildingStructure": {
"DictDataID": "881af3bd-185e-4c72-a107-07efa28359d3",
"Name": "sample string 2"
},
"BuiltYear": 4,
"HouseArea": 5.0,
"Price": 6.0,
"Room": 7,
"Hall": 8,
"Toilet": 9,
"Decoration": {
"DictDataID": "881af3bd-185e-4c72-a107-07efa28359d3",
"Name": "sample string 2"
},
"DecorationID": "fe4eaaee-3c0f-4e44-aa7d-f503b04dae1e",
"Towards": {
"DictDataID": "881af3bd-185e-4c72-a107-07efa28359d3",
"Name": "sample string 2"
},
"TowardsID": "0935673d-608b-438c-9684-a6f223126e3e",
"Floor": 10,
"TotalFloor": 11,
"Garage": {
"DictDataID": "881af3bd-185e-4c72-a107-07efa28359d3",
"Name": "sample string 2"
},
"GarageID": "6e597327-ea0f-4e98-a35a-6b48c8fb288f",
"GarageArea": 12.0,
"InsideNumber": "sample string 13",
"KeyNumber": "sample string 14",
"LookTime": {
"DictDataID": "881af3bd-185e-4c72-a107-07efa28359d3",
"Name": "sample string 2"
},
"LookTimeID": "bfcefcbe-c53a-4bb3-bef9-1787a71af686",
"NowStatus": {
"DictDataID": "881af3bd-185e-4c72-a107-07efa28359d3",
"Name": "sample string 2"
},
"NowStatusID": "c2286258-805d-43f1-ab3d-2ffc9dab14a6",
"Status": {
"DictDataID": "881af3bd-185e-4c72-a107-07efa28359d3",
"Name": "sample string 2"
},
"StatusID": "5d90e5aa-7519-4dfb-8d85-6e7271ea4ce7",
"IsSale": true,
"HasImage": true,
"Remark": "sample string 17",
"CreateTime": "2026-09-10T11:31:17.2707112+08:00",
"TrackingTime": "2026-09-10T11:31:17.2707112+08:00",
"LastUpdate": "2026-09-10T11:31:17.2707112+08:00",
"ComeFromID": "06265357-8ce7-4795-8f0f-22fa140ff3b6",
"ComeFrom": {
"DictDataID": "881af3bd-185e-4c72-a107-07efa28359d3",
"Name": "sample string 2"
},
"PanType": "公盘",
"BulidingNumber": "sample string 22",
"RoomNumber": "sample string 23",
"OwnerName": "sample string 24",
"Phone": "sample string 25",
"InRemark": "sample string 26"
},
"Community": {
"ID": "b67b8839-942b-43de-8408-d16f3532d98e",
"UserID": "e73ef6b6-76e1-4426-b511-ae054724af73",
"CompanyID": "83e469e9-d711-4b20-8e64-85ad4821ad31",
"Name": "sample string 2",
"DistrictID": "87cf6177-c89c-430a-b211-dedd4cf07fba",
"District": {
"ID": "73ccd3cd-6f97-44aa-b87c-eebcc9d0a2e2",
"Name": "sample string 2"
},
"Address": "sample string 4",
"Pinyin": "sample string 5",
"PinyinAbbr": "sample string 6",
"Longitude": "sample string 7",
"Latitude": "sample string 8"
},
"FacilitesList": [
"ccf01a41-3808-4401-9841-2051736bbb29",
"44df7aa5-6319-4c06-a3fc-15ee8412a27e",
"6f7bb528-2a3e-46e3-b022-5648009c3449"
],
"ImgList": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"CollectID": "sample string 1"
}
application/xml
Sample:
text/xml
Sample:
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.