PUT api/vacaciones/festivos/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

FestivosStoreUpdateModel
NameDescriptionTypeAdditional information
Id

integer

None.

Fecha

date

Required

Descripcion

string

Required

String length: inclusive between 0 and 200

Tipo

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Fecha": "2025-12-10T11:05:09.1077178+01:00",
  "Descripcion": "sample string 2",
  "Tipo": 1
}

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 'FestivosStoreUpdateModel'.

multipart/form-data

Sample:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.