PATCH api/areamooring/{areaMooringId}/feature
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| areaMooringId | integer |
Required |
Body Parameters
Feature| Name | Description | Type | Additional information |
|---|---|---|---|
| type | GeoJSONObjectType |
None. |
|
| id | string |
None. |
|
| geometry | IGeometryObject |
None. |
|
| properties | Dictionary of string [key] and Object [value] |
None. |
|
| bbox | Collection of decimal number |
None. |
|
| crs | ICRSObject |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Feature| Name | Description | Type | Additional information |
|---|---|---|---|
| type | GeoJSONObjectType |
None. |
|
| id | string |
None. |
|
| geometry | IGeometryObject |
None. |
|
| properties | Dictionary of string [key] and Object [value] |
None. |
|
| bbox | Collection of decimal number |
None. |
|
| crs | ICRSObject |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.