Update Place Tag
POST/api/places/updateplacetag
Tier: Public — stable, supported for third-party integration.
Assigns, replaces, or clears the RFID/barcode tag on a place.
Request
Responses
- 200
- 400
- 401
- 403
The updated place. See Places.PlaceDetailDto.
Unknown id (NotFound); the tag is allocated to another entity or already assigned to this place (TagNotAvailable); or a clear was requested but the place has no tag (InvalidOperation).
Caller is not authenticated.
Caller does not have Update permission on the Place module.