Create System Place
POST/api/places/CreateSystemPlace
Tier: Public — stable, supported for third-party integration.
Creates a system place — a reserved place (e.g. an "in transit"/"lost" bucket) excluded from ordinary place lists, visibility filtering, and system events.
Always parented to the tenant root, regardless of AddPlaceDto.ParentPlaceId. Unlike PlaceController.CreatePlace(...), no system event is raised (deliberate).
Request
Responses
- 200
- 400
- 401
- 403
The created system place. See Places.PlaceDetailDto.
The same validator family as PlaceController.CreatePlace(...), plus tag-allocation failures (InvalidValue).
Caller is not authenticated.
Caller does not have Create permission on the Administration module.