POST api/LandProperty/postRealEstate

Request Information

URI Parameters

None.

Body Parameters

RealEstatePropertyModel
NameDescriptionTypeAdditional information
LandProperty

AmsAssetLandProperty

None.

HouseProperty

AmsAssetHouseProperty

None.

Request Formats

application/json, text/json

Sample:
{
  "LandProperty": {
    "Id": "sample string 1",
    "ProjectId": "sample string 2",
    "PropertyRightType": "sample string 3",
    "PropertyRightNumber": "sample string 4",
    "PropertyRightCompany": "sample string 5",
    "PropertyRightNature": "sample string 6",
    "LandUse": "sample string 7",
    "LegalArea": 1.0,
    "IllegalArea": 1.0,
    "TotalArea": 1.0,
    "Remark": "sample string 8",
    "CreateBy": "sample string 9",
    "CreateDate": "2025-05-11T19:34:41.5067909+08:00",
    "ModifyBy": "sample string 11",
    "ModifyDate": "2025-05-11T19:34:41.5067909+08:00"
  },
  "HouseProperty": {
    "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-11T19:34:41.5067909+08:00",
    "ModifyBy": "sample string 12",
    "ModifyDate": "2025-05-11T19:34:41.5067909+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.