Update Person Tag
POST/api/persons/updatepersontag
Tier: Public — stable, supported for third-party integration.
Assigns, replaces, or clears a person's RFID/barcode tag.
Request
Responses
- 200
- 400
- 401
- 403
The updated person. See Persons.PersonDetailDto.
Unknown Id — NotFound; invalid TagType or the tag is already allocated elsewhere — InvalidOperation/"Tag In Use"; or clearing a tag when the person has none — InvalidOperation.
Caller is not authenticated.
Caller does not have Update permission on the Person module.