GET api/SolicitudVacaciones/GetParametros
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
configVacaciones| Name | Description | Type | Additional information |
|---|---|---|---|
| idParametro | integer |
None. |
|
| descripcion | string |
None. |
|
| valor | string |
None. |
|
| activo | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"idParametro": 1,
"descripcion": "sample string 2",
"valor": "sample string 3",
"activo": true
}