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
- 200
- 400
- 401
- 403
The updated place. See Places.PlaceDetailDto.
Unknown id (NotFound); a coordinate is out of range; or the zone colour is not 6 characters.
Caller is not authenticated.
Caller does not have Update permission on the Place module.