GET api/Relacionlab/getTurno
Metodo para obtener todos los turnos de los contratos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Lista de entidad de CONT_TURNO
Collection of ContratoTurno| Name | Description | Type | Additional information |
|---|---|---|---|
| horaInicio | time interval |
None. |
|
| horaFin | time interval |
None. |
|
| id | integer |
None. |
|
| glosa | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"horaInicio": "00:00:00.1234567",
"horaFin": "00:00:00.1234567",
"id": 1,
"glosa": "sample string 2"
},
{
"$ref": "1"
}
]