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": "4aebba97-5a70-45a3-b936-8b9e8772393f",
  "UserID": "bd943e47-7b2b-4139-a3e3-ee0653c60758",
  "CompanyID": "7b169d56-53f4-49db-92c6-a068d4af6af2",
  "InsideNumber": "sample string 3",
  "DemandType": "公客",
  "StatusID": "ee92dfde-3f21-43b6-b8f8-7abfbf6f0596",
  "MinPrice": 4,
  "MaxPrice": 5,
  "MinArea": 6,
  "MaxArea": 7,
  "MinFloor": 8,
  "MaxFloor": 9,
  "MinRoom": 10,
  "MaxRoom": 11,
  "DistrictID": "1ded678e-d9a8-4e66-8aeb-63c5244db7f9",
  "BlockID": "daa9112f-ba7b-4970-b89b-6bbadb80a5c7",
  "Community": "sample string 12",
  "BulidingTypeID": "559eda2a-43ca-47de-901b-43c244116504",
  "DecorationID": "51738669-bee7-411b-9c98-f4385a1d5ac9",
  "GarageID": "26dfb047-421b-4870-8634-839ee508707c",
  "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 'HouseSaleDemand'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.