PUT api/PersonalCibios/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
PersonalCibioName | Description | Type | Additional information |
---|---|---|---|
idPersonalCibio | integer |
None. |
|
nombre | string |
String length: inclusive between 0 and 250 |
|
nombreWeb | string |
String length: inclusive between 0 and 250 |
|
apellidoWeb | string |
String length: inclusive between 0 and 250 |
|
correo | string |
String length: inclusive between 0 and 500 |
|
areaInvestigacion | string |
String length: inclusive between 0 and 1000 |
|
tituloCuartoNivel | string |
String length: inclusive between 0 and 500 |
|
universidadTituloCuartoNivel | string |
String length: inclusive between 0 and 500 |
|
tituloCuartoNivel2 | string |
String length: inclusive between 0 and 500 |
|
universidadTituloCuartoNivel2 | string |
String length: inclusive between 0 and 500 |
|
postdoctorado | string |
String length: inclusive between 0 and 500 |
|
direccionOficina | string |
String length: inclusive between 0 and 1000 |
|
numeroOficina | string |
String length: inclusive between 0 and 500 |
|
idAutor | integer |
None. |
|
Autor | Autor |
None. |
Request Formats
application/json, text/json
Sample:
{ "idPersonalCibio": 1, "nombre": "sample string 2", "nombreWeb": "sample string 3", "apellidoWeb": "sample string 4", "correo": "sample string 5", "areaInvestigacion": "sample string 6", "tituloCuartoNivel": "sample string 7", "universidadTituloCuartoNivel": "sample string 8", "tituloCuartoNivel2": "sample string 9", "universidadTituloCuartoNivel2": "sample string 10", "postdoctorado": "sample string 11", "direccionOficina": "sample string 12", "numeroOficina": "sample string 13", "idAutor": 1, "Autor": { "idAutor": 1, "nombre": "sample string 2", "apellidoPaterno": "sample string 3", "apellidoMaterno": "sample string 4", "email": "sample string 5", "fechaModificacion": "2024-12-22T23:31:20.9425026+00:00", "usuarioModificacion": "sample string 6", "borrado": "2024-12-22T23:31:20.9425026+00:00", "usuarioRegistro": "sample string 7", "fechaRegistro": "2024-12-22T23:31:20.9425026+00:00" } }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.