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": "8240a3d1-3787-4f39-a159-59fd756866cd",
  "UserID": "34cb1e4c-509e-4024-8411-530df3e06826",
  "CompanyID": "dd6527b3-e96f-49c6-8e89-a8a022f342e9",
  "InsideNumber": "sample string 3",
  "DemandType": "公客",
  "StatusID": "9a88b819-a6d4-4b8a-a5e7-58815a9a462d",
  "MinPrice": 4,
  "MaxPrice": 5,
  "MinArea": 6,
  "MaxArea": 7,
  "MinFloor": 8,
  "MaxFloor": 9,
  "MinRoom": 10,
  "MaxRoom": 11,
  "DistrictID": "1baf72ef-88bc-4dc0-9419-bca65fc21207",
  "BlockID": "472c4d94-74d0-406d-8b3e-20847e0e47c3",
  "Community": "sample string 12",
  "BulidingTypeID": "85c8edea-e750-4cad-a00e-351838432d75",
  "DecorationID": "102d0271-220a-4bcd-86cd-033be42facc1",
  "GarageID": "d55435ae-ebcc-4fcb-bcb4-416d28a04e7f",
  "Remark": "sample string 13",
  "OwnerName": "sample string 14",
  "Phone": "sample string 15",
  "InRemark": "sample string 16",
  "CreateTime": "2025-12-12T03:46:18.1076904+08:00",
  "TrackingTime": "2025-12-12T03:46:18.1076904+08:00",
  "LastUpdate": "2025-12-12T03:46:18.1076904+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.