Skip to main content

Update Place Geo Zone

POST 

/api/places/updateplacegeozone

Tier: Public — stable, supported for third-party integration.

Replaces a place's geo-fence polygon, priority, and zone colour.

The existing polygon is hard-deleted and replaced with UpdatePlaceGeoZoneDto.GeoCoordinatesList in full; an empty or null list clears the polygon. PlaceSummaryDto.CenterLat/PlaceSummaryDto.CenterLong are recomputed as the spherical centroid of the new polygon (or cleared alongside it).

Request

Responses

The updated place. See Places.PlaceDetailDto.