cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Geolocation not working

0 Likes
282

Hi team.

I'm testing a new feature and creating Geolocation is not working

Here is the body of my request. I got the 400 Bad Request response.

I think I'm missing something but I don't know which one am I missing.

[
  {
  	"Type": "Feature",
    "Geometry": {
      "type": "Polygon",
      "coordinates": [
      	[37.511941, 127.059343],
      	[37.504759, 127.049064],
      	[37.489402, 127.052049]
      ]
    },
    "Properties": {
    	"Addresses": [
        {
          "Address": {
            "City": null,
            "CityDistrict": null,
            "Country": null,
            "CountryCode": null,
            "District": null,
            "House": null,
            "PostalCode": null,
            "Region": null,
            "RegionCode": null,
            "Street": null
          },
          "Locale": "en"
        }
      ],
      "Descriptions": [
        {
          "Label": "seoulTest",
          "Locale": "en"
        }
      ],
      "GeoLocationName": "seoulTest",
      "SpaceId": "xxxxx-8a2a-461e-b0f1-xxxxx", // one that I created 
      "ParentGeoLocationId": null,
      "ExternalId": null
    }
  }
]

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

Sorry. My format is wrong. and the geoJSON format was wrong either.