GET api/vacaciones/configuraciones
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ConfiguracionVacaciones| Name | Description | Type | Additional information |
|---|---|---|---|
| Anyo | integer |
None. |
|
| Dias | decimal number |
None. |
|
| Horas | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Anyo": 1,
"Dias": 2.0,
"Horas": 3.0
},
{
"Anyo": 1,
"Dias": 2.0,
"Horas": 3.0
}
]