POST api/Autores
Request Information
URI Parameters
None.
Body Parameters
Autor| Name | Description | Type | Additional information |
|---|---|---|---|
| idAutor | integer |
None. |
|
| nombre | string |
Required String length: inclusive between 0 and 250 |
|
| apellidoPaterno | string |
String length: inclusive between 0 and 250 |
|
| apellidoMaterno | string |
String length: inclusive between 0 and 250 |
|
| string |
String length: inclusive between 0 and 255 |
||
| fechaModificacion | date |
Data type: DateTime |
|
| usuarioModificacion | string |
String length: inclusive between 0 and 254 |
|
| borrado | date |
Data type: DateTime |
|
| usuarioRegistro | string |
String length: inclusive between 0 and 255 |
|
| fechaRegistro | date |
Data type: DateTime |
|
| Biografia | Collection of Biografia |
None. |
|
| PublicacionAutor | Collection of PublicacionAutor |
None. |
|
| PersonalCibio | Collection of PersonalCibio |
None. |
Request Formats
application/json, text/json
{
"idAutor": 1,
"nombre": "sample string 2",
"apellidoPaterno": "sample string 3",
"apellidoMaterno": "sample string 4",
"email": "sample string 5",
"fechaModificacion": "2025-10-30T05:24:46.4852917+00:00",
"usuarioModificacion": "sample string 6",
"borrado": "2025-10-30T05:24:46.4852917+00:00",
"usuarioRegistro": "sample string 7",
"fechaRegistro": "2025-10-30T05:24:46.4852917+00:00"
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Autor| Name | Description | Type | Additional information |
|---|---|---|---|
| idAutor | integer |
None. |
|
| nombre | string |
Required String length: inclusive between 0 and 250 |
|
| apellidoPaterno | string |
String length: inclusive between 0 and 250 |
|
| apellidoMaterno | string |
String length: inclusive between 0 and 250 |
|
| string |
String length: inclusive between 0 and 255 |
||
| fechaModificacion | date |
Data type: DateTime |
|
| usuarioModificacion | string |
String length: inclusive between 0 and 254 |
|
| borrado | date |
Data type: DateTime |
|
| usuarioRegistro | string |
String length: inclusive between 0 and 255 |
|
| fechaRegistro | date |
Data type: DateTime |
|
| Biografia | Collection of Biografia |
None. |
|
| PublicacionAutor | Collection of PublicacionAutor |
None. |
|
| PersonalCibio | Collection of PersonalCibio |
None. |
Response Formats
application/json, text/json
{
"idAutor": 1,
"nombre": "sample string 2",
"apellidoPaterno": "sample string 3",
"apellidoMaterno": "sample string 4",
"email": "sample string 5",
"fechaModificacion": "2025-10-30T05:24:46.5477787+00:00",
"usuarioModificacion": "sample string 6",
"borrado": "2025-10-30T05:24:46.5477787+00:00",
"usuarioRegistro": "sample string 7",
"fechaRegistro": "2025-10-30T05:24:46.5477787+00:00"
}
application/xml
Sample not available.
text/xml
Sample not available.