POST api/areamooring/fixe/feature/insert

Request Information

URI Parameters

None.

Body Parameters

FeatureCollection
NameDescriptionTypeAdditional information
type

GeoJSONObjectType

None.

features

Collection of Feature

None.

bbox

Collection of decimal number

None.

crs

ICRSObject

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "FeatureCollection",
  "features": null,
  "bbox": [
    1.1,
    2.1
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FeatureCollection'.

Response Information

Resource Description

FeatureCollection
NameDescriptionTypeAdditional information
type

GeoJSONObjectType

None.

features

Collection of Feature

None.

bbox

Collection of decimal number

None.

crs

ICRSObject

None.

Response Formats

application/json, text/json

Sample:
{
  "type": "FeatureCollection",
  "features": null,
  "bbox": [
    1.1,
    2.1
  ]
}