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": "25be2d05-c395-4d64-aa71-dab85a8ab74c",
  "UserID": "11159d9a-a72c-44a7-81a2-fef1e35da40a",
  "CompanyID": "8471e9f7-0a7e-4337-bfc1-cdf317001a7e",
  "InsideNumber": "sample string 3",
  "DemandType": "公客",
  "StatusID": "34f45407-9d14-437f-8b95-ccd535f9da8e",
  "RentType": "整租",
  "MinPrice": 4,
  "MaxPrice": 5,
  "MinArea": 6,
  "MaxArea": 7,
  "MinFloor": 8,
  "MaxFloor": 9,
  "MinRoom": 10,
  "MaxRoom": 11,
  "DistrictID": "537c241f-6b18-4c2a-9641-199fa353f23f",
  "BlockID": "2da039f6-3775-4acc-84ba-97f0cbf7ea0a",
  "Community": "sample string 12",
  "BulidingTypeID": "dd82c4ff-6eb9-4b28-bd89-f3782140a95f",
  "DecorationID": "f5303b55-395b-451c-90aa-7b04bd60c443",
  "GarageID": "ec73c7e9-d474-48b1-949b-20f4c9bcc5d5",
  "Remark": "sample string 13",
  "OwnerName": "sample string 14",
  "Phone": "sample string 15",
  "InRemark": "sample string 16",
  "CreateTime": "2026-05-23T12:31:22.8176961+08:00",
  "TrackingTime": "2026-05-23T12:31:22.8176961+08:00",
  "LastUpdate": "2026-05-23T12:31:22.8176961+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.