PUT api/HouseRentDemand/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

houserentdemand
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": "24a79330-9bd9-47eb-80c1-c10a2ee547f4",
  "UserID": "76d75096-a69b-4d07-b35c-4c4904333040",
  "CompanyID": "606db1a6-4f6e-4e90-b244-a2340f963648",
  "InsideNumber": "sample string 3",
  "DemandType": "公客",
  "StatusID": "41a8f646-2ad0-4984-a964-d8adbb083cfd",
  "RentType": "整租",
  "MinPrice": 4,
  "MaxPrice": 5,
  "MinArea": 6,
  "MaxArea": 7,
  "MinFloor": 8,
  "MaxFloor": 9,
  "MinRoom": 10,
  "MaxRoom": 11,
  "DistrictID": "7c5f62cd-1d6b-4ceb-822d-4599441b772f",
  "BlockID": "d1617760-dcb5-430b-a37a-2c1e80ab2917",
  "Community": "sample string 12",
  "BulidingTypeID": "d8eac3de-4199-418e-b931-8996fe1d9d6e",
  "DecorationID": "c0a72c56-744f-48b3-b51b-b8802fac7018",
  "GarageID": "6057d6a0-1715-4f34-bbdc-ab2e2f90a315",
  "Remark": "sample string 13",
  "OwnerName": "sample string 14",
  "Phone": "sample string 15",
  "InRemark": "sample string 16",
  "CreateTime": "2025-12-12T03:46:39.7014104+08:00",
  "TrackingTime": "2025-12-12T03:46:39.7014104+08:00",
  "LastUpdate": "2025-12-12T03:46:39.7014104+08:00"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: 发生一个或多个错误。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: 发生一个或多个错误。

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HouseRentDemand'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.