PUT api/vacaciones/calendario/modificaciones-vacaciones/{idVacacion}/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idVacacion

integer

Required

id

integer

Required

Body Parameters

ModificacionVacacionUpdateModel
NameDescriptionTypeAdditional information
Observaciones

string

String length: inclusive between 0 and 2000

Gestionada

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Observaciones": "sample string 1",
  "Gestionada": true
}

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

multipart/form-data

Sample:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.