POST api/sktlanduse/update_land_use
Request Information
URI Parameters
None.
Body Parameters
SktUpdateLandUseRequestName | Description | Type | Additional information |
---|---|---|---|
Geometry | string |
None. |
|
LandUseType | string |
None. |
|
ExistingLandUseType | string |
None. |
|
layerName | string |
None. |
|
ObjectId | integer |
None. |
|
newSubZoneTable | string |
None. |
|
newSubZoneColoum | string |
None. |
|
parcelAction | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Geometry": "sample string 1", "LandUseType": "sample string 2", "ExistingLandUseType": "sample string 3", "layerName": "sample string 4", "ObjectId": 5, "newSubZoneTable": "sample string 6", "newSubZoneColoum": "sample string 7", "parcelAction": "sample string 8" }
application/xml, text/xml
Sample:
<SktUpdateLandUseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <ExistingLandUseType>sample string 3</ExistingLandUseType> <Geometry>sample string 1</Geometry> <LandUseType>sample string 2</LandUseType> <ObjectId>5</ObjectId> <layerName>sample string 4</layerName> <newSubZoneColoum>sample string 7</newSubZoneColoum> <newSubZoneTable>sample string 6</newSubZoneTable> <parcelAction>sample string 8</parcelAction> </SktUpdateLandUseRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.