POST api/HouseSaleDemand

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
housesaledemand
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": "911faa5d-e11f-4de7-8b18-bad35b919078",
  "UserID": "dcd27d92-107e-4360-9e3c-2ae473fbc21b",
  "CompanyID": "8477f116-b1cd-43b7-a166-802ff3c995de",
  "InsideNumber": "sample string 3",
  "DemandType": "公客",
  "StatusID": "b2dd7d73-49c0-4c25-9f04-30ee475e1afe",
  "MinPrice": 4,
  "MaxPrice": 5,
  "MinArea": 6,
  "MaxArea": 7,
  "MinFloor": 8,
  "MaxFloor": 9,
  "MinRoom": 10,
  "MaxRoom": 11,
  "DistrictID": "6236027d-ae3f-48e2-bb09-7584cf8ddb1c",
  "BlockID": "825ef566-e81a-4410-9488-baa4754b18bd",
  "Community": "sample string 12",
  "BulidingTypeID": "b72d8966-7e25-4c21-8bc6-ccfdce8b676a",
  "DecorationID": "5e590aee-a6e1-45bf-bd59-15dd71e6a250",
  "GarageID": "3b03f25d-defc-4286-8477-744b3df23d6e",
  "Remark": "sample string 13",
  "OwnerName": "sample string 14",
  "Phone": "sample string 15",
  "InRemark": "sample string 16",
  "CreateTime": "2026-09-10T11:31:17.42693+08:00",
  "TrackingTime": "2026-09-10T11:31:17.42693+08:00",
  "LastUpdate": "2026-09-10T11:31:17.42693+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 'HouseSaleDemand'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.