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": "56009efe-a5da-424d-896b-5bd04d3710bc",
  "UserID": "5796a244-7b23-436e-8528-a6fc8f76e64c",
  "CompanyID": "f93fc5d3-4b30-4b69-a2cf-fe4cea8af090",
  "InsideNumber": "sample string 3",
  "DemandType": "公客",
  "StatusID": "66ce8456-4cd1-46f4-8e35-5be38c3db906",
  "RentType": "整租",
  "MinPrice": 4,
  "MaxPrice": 5,
  "MinArea": 6,
  "MaxArea": 7,
  "MinFloor": 8,
  "MaxFloor": 9,
  "MinRoom": 10,
  "MaxRoom": 11,
  "DistrictID": "1ac37225-78cf-49fa-bf9c-03388efc0b57",
  "BlockID": "9a6d8260-449b-459b-9180-da370f968fea",
  "Community": "sample string 12",
  "BulidingTypeID": "ffbb7ea6-ddbb-4433-9469-ad8a286bebc4",
  "DecorationID": "d5cc84ef-45da-4244-b345-666eb7d5ebaa",
  "GarageID": "38fb6c78-bdb1-44fc-80b6-d5751a1078d1",
  "Remark": "sample string 13",
  "OwnerName": "sample string 14",
  "Phone": "sample string 15",
  "InRemark": "sample string 16",
  "CreateTime": "2026-07-17T12:39:55.7707832+08:00",
  "TrackingTime": "2026-07-17T12:39:55.7707832+08:00",
  "LastUpdate": "2026-07-17T12:39:55.7707832+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.