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": "baf5343f-85eb-407e-b127-26220d320d4a",
  "UserID": "2770f044-511b-47c6-b63f-c9b990347225",
  "CompanyID": "84a4f8ee-4ef8-44dc-a32f-40f5a1b9fb0f",
  "InsideNumber": "sample string 3",
  "DemandType": "公客",
  "StatusID": "9e57c3cb-5aaa-461c-934d-4bf752182202",
  "MinPrice": 4,
  "MaxPrice": 5,
  "MinArea": 6,
  "MaxArea": 7,
  "MinFloor": 8,
  "MaxFloor": 9,
  "MinRoom": 10,
  "MaxRoom": 11,
  "DistrictID": "c87be6be-d7e1-4fa1-8084-ebc5dc62f34e",
  "BlockID": "2758a1ad-6819-43c5-b733-a80ce7086d9a",
  "Community": "sample string 12",
  "BulidingTypeID": "bcd335e8-816b-4a00-913e-fe87421123b9",
  "DecorationID": "371f8248-1476-41cc-924a-5e6a62dd36d8",
  "GarageID": "60081e99-cb95-4835-bc8d-1d7d2e13fddf",
  "Remark": "sample string 13",
  "OwnerName": "sample string 14",
  "Phone": "sample string 15",
  "InRemark": "sample string 16",
  "CreateTime": "2026-05-23T12:31:30.8489978+08:00",
  "TrackingTime": "2026-05-23T12:31:30.8489978+08:00",
  "LastUpdate": "2026-05-23T12:31:30.8489978+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.