POST api/LandProperty/Post

Request Information

URI Parameters

None.

Body Parameters

AmsAssetLandProperty
NameDescriptionTypeAdditional information
Id

string

None.

ProjectId

string

None.

PropertyRightType

string

None.

PropertyRightNumber

string

None.

PropertyRightCompany

string

None.

PropertyRightNature

string

None.

LandUse

string

None.

LegalArea

decimal number

None.

IllegalArea

decimal number

None.

TotalArea

decimal number

None.

Remark

string

None.

CreateBy

string

None.

CreateDate

date

None.

ModifyBy

string

None.

ModifyDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "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-11T18:13:47.6230105+08:00",
  "ModifyBy": "sample string 11",
  "ModifyDate": "2025-05-11T18:13:47.6230105+08:00"
}

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.