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": "c2e4b74f-2f31-4f9c-ba6e-823f979e1d0f",
  "UserID": "7d9f671f-9796-413f-b347-87b098ab91eb",
  "CompanyID": "68a64fde-0b71-4363-8d12-9a9ca419d39a",
  "InsideNumber": "sample string 3",
  "DemandType": "公客",
  "StatusID": "4b3eec04-982a-490b-bfb0-c5078c45e975",
  "MinPrice": 4,
  "MaxPrice": 5,
  "MinArea": 6,
  "MaxArea": 7,
  "MinFloor": 8,
  "MaxFloor": 9,
  "MinRoom": 10,
  "MaxRoom": 11,
  "DistrictID": "99696fac-3572-4a23-b6ca-badf9f1b4dd1",
  "BlockID": "e6f6a2a5-d29f-40a1-8967-a9d062bfd800",
  "Community": "sample string 12",
  "BulidingTypeID": "fdebd873-ac7a-402e-8632-eeb8e681c49f",
  "DecorationID": "49f154f4-2409-45e4-b85c-d9116d8f6c25",
  "GarageID": "e6a0b5de-98f7-45b5-ae8f-1e9b8445f05c",
  "Remark": "sample string 13",
  "OwnerName": "sample string 14",
  "Phone": "sample string 15",
  "InRemark": "sample string 16",
  "CreateTime": "2026-02-02T10:03:39.1313553+08:00",
  "TrackingTime": "2026-02-02T10:03:39.1313553+08:00",
  "LastUpdate": "2026-02-02T10:03:39.1313553+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.