POST api/HouseProperty/Post

Request Information

URI Parameters

None.

Body Parameters

AmsAssetHouseProperty
NameDescriptionTypeAdditional information
Id

string

None.

ProjectId

string

None.

LandPropertyId

string

None.

BuildingNumber

string

None.

PropertyRightType

string

None.

PropertyRightNumber

string

None.

PropertyRightCompany

string

None.

HouseUse

string

None.

LegalArea

decimal number

None.

IllegalArea

decimal number

None.

TotalArea

decimal number

None.

SpecialArea

decimal number

None.

Remark

string

None.

CreateBy

string

None.

CreateDate

date

None.

ModifyBy

string

None.

ModifyDate

date

None.

DeficiencyRight

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ProjectId": "sample string 2",
  "LandPropertyId": "sample string 3",
  "BuildingNumber": "sample string 4",
  "PropertyRightType": "sample string 5",
  "PropertyRightNumber": "sample string 6",
  "PropertyRightCompany": "sample string 7",
  "HouseUse": "sample string 8",
  "LegalArea": 1.0,
  "IllegalArea": 1.0,
  "TotalArea": 1.0,
  "SpecialArea": 1.0,
  "Remark": "sample string 9",
  "CreateBy": "sample string 10",
  "CreateDate": "2025-05-11T18:53:08.8640213+08:00",
  "ModifyBy": "sample string 12",
  "ModifyDate": "2025-05-11T18:53:08.8640213+08:00",
  "DeficiencyRight": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.