update_persona
Update a person by ID, modifying only the supplied fields. Access requires ADMIN or MANAGER role.
Instructions
Update an existing person by ID. Only the fields provided will be updated. Requires ADMIN or MANAGER role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Person ID to update | |
| nombre | No | First name | |
| estadoRegistro | No | Record status | |
| apellidoMaterno | No | Maternal last name | |
| apellidoPaterno | No | Paternal last name | |
| fechaNacimiento | No | Birth date (YYYY-MM-DD) | |
| nombresAdicionales | No | Additional/middle names |