PUT api/bajas-laborales/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

BajaLaboralStoreUpdateModel
NameDescriptionTypeAdditional information
Id

integer

None.

IdUsuario

integer

None.

FechaInicio

date

None.

FechaFin

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IdUsuario": 1,
  "FechaInicio": "2026-03-27T05:27:44.7603285+01:00",
  "FechaFin": "2026-03-27T05:27:44.7603285+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 'BajaLaboralStoreUpdateModel'.

multipart/form-data

Sample:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.