GET api/SolicitudVacaciones/getValidaPersonalVacaciones?idSol={idSol}&numJefe={numJefe}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idSol | integer |
Required |
|
numJefe | string |
Required |
Body Parameters
None.
Response Information
Resource Description
configVacacionesName | 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 }