PUT api/usuarios-horarios/{idUsuario}/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idUsuario

integer

Required

id

integer

Required

Body Parameters

UsuariosHorariosStoreUpdateModel
NameDescriptionTypeAdditional information
Id

integer

None.

IdHorario

integer

Required

FechaInicio

date

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IdHorario": 1,
  "FechaInicio": "2025-12-10T11:07:15.3409121+01:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UsuariosHorariosStoreUpdateModel'.

multipart/form-data

Sample:

Failed to generate the sample for media type 'multipart/form-data'. Cannot use formatter 'MultipartFormDataFormatter' to write type 'UsuariosHorariosStoreUpdateModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.