POST api/vacaciones/festivos
Request Information
URI Parameters
None.
Body Parameters
FestivosStoreUpdateModel| Name | Description | Type | Additional 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:07:15.3409121+01:00",
"Descripcion": "sample string 2",
"Tipo": 1
}
application/x-www-form-urlencoded
Sample:
multipart/form-data
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.