POST api/HouseRentDemand

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
houserentdemand
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": "67e1aba4-9764-4906-a72b-3b22c78d4adf",
  "UserID": "5818e30d-ccc4-48a9-b188-cc0a6e207ea9",
  "CompanyID": "c1534d37-80a9-4515-bc4d-f8c15bdfe07f",
  "InsideNumber": "sample string 3",
  "DemandType": "公客",
  "StatusID": "96f2e266-4c3b-46af-bd59-06425d01dd09",
  "RentType": "整租",
  "MinPrice": 4,
  "MaxPrice": 5,
  "MinArea": 6,
  "MaxArea": 7,
  "MinFloor": 8,
  "MaxFloor": 9,
  "MinRoom": 10,
  "MaxRoom": 11,
  "DistrictID": "dbe2164a-5a94-440c-9cd5-d0cced799db2",
  "BlockID": "7abc293f-3dee-43f7-bbc1-84d8102dd147",
  "Community": "sample string 12",
  "BulidingTypeID": "52374a69-dfe1-46fa-83d4-4ec4332c3e6c",
  "DecorationID": "193ceafa-be71-47f6-984b-505466d81f14",
  "GarageID": "5ed34f0a-7d37-41f0-97c6-ff5a7d2b45dd",
  "Remark": "sample string 13",
  "OwnerName": "sample string 14",
  "Phone": "sample string 15",
  "InRemark": "sample string 16",
  "CreateTime": "2026-09-10T11:31:16.1145533+08:00",
  "TrackingTime": "2026-09-10T11:31:16.1145533+08:00",
  "LastUpdate": "2026-09-10T11:31:16.1145533+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.