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": "5383c209-8253-4fb8-846c-fe87fbdda430",
  "UserID": "c6b4cdf6-75ff-40d8-a130-4f35500d9775",
  "CompanyID": "e83a1b08-8bad-47f7-bf15-c8e64910f6cb",
  "InsideNumber": "sample string 3",
  "DemandType": "公客",
  "StatusID": "f55871ed-77d9-4182-b84b-e7b96430078a",
  "RentType": "整租",
  "MinPrice": 4,
  "MaxPrice": 5,
  "MinArea": 6,
  "MaxArea": 7,
  "MinFloor": 8,
  "MaxFloor": 9,
  "MinRoom": 10,
  "MaxRoom": 11,
  "DistrictID": "0b04824b-55f5-4487-9b99-4bd3fd60c276",
  "BlockID": "bd1ff563-2c13-46dd-aedd-b59b98022047",
  "Community": "sample string 12",
  "BulidingTypeID": "59e66c49-3c75-49ff-8fc8-8115921c0cd1",
  "DecorationID": "e53f948f-631c-41ad-be67-c7e7a22eed7d",
  "GarageID": "c331d725-6728-4908-a5b1-cb44175498ee",
  "Remark": "sample string 13",
  "OwnerName": "sample string 14",
  "Phone": "sample string 15",
  "InRemark": "sample string 16",
  "CreateTime": "2026-02-02T10:03:41.8188656+08:00",
  "TrackingTime": "2026-02-02T10:03:41.8188656+08:00",
  "LastUpdate": "2026-02-02T10:03:41.8188656+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.