PUT api/Autores/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Autor
NameDescriptionTypeAdditional 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

email

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

Sample:
{
  "idAutor": 1,
  "nombre": "sample string 2",
  "apellidoPaterno": "sample string 3",
  "apellidoMaterno": "sample string 4",
  "email": "sample string 5",
  "fechaModificacion": "2024-12-22T23:25:09.3765469+00:00",
  "usuarioModificacion": "sample string 6",
  "borrado": "2024-12-22T23:25:09.3765469+00:00",
  "usuarioRegistro": "sample string 7",
  "fechaRegistro": "2024-12-22T23:25:09.3765469+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.