Add Place Managers
POST/api/places/addplacemanagers
Tier: Public — stable, supported for third-party integration.
Adds a batch of place-manager assignments.
Idempotent — a pair that is already assigned is skipped rather than duplicated or erroring. There is no existence check on the place or user ids (raw foreign-key trust); all assignments are committed by a single save at the end of the request.
Request
Responses
- 200
- 400
- 401
- 403
true on success.
The save failed — OperationFailed.
Caller is not authenticated.
Caller does not have Update permission on the Management module.