POST api/vacaciones/calendario/modificaciones-vacaciones/{idVacacion}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idVacacion

integer

Required

Body Parameters

ModificacionVacacionStoreModel
NameDescriptionTypeAdditional information
Mensaje

string

Required

String length: inclusive between 0 and 2000

Request Formats

application/json, text/json

Sample:
{
  "Mensaje": "sample string 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 'ModificacionVacacionStoreModel'.

multipart/form-data

Sample:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.