GET api/horarios/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Horario| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Descripcion | string |
None. |
|
| Horas | decimal number |
None. |
|
| Extras | boolean |
None. |
|
| HorasV | decimal number |
None. |
|
| ExtrasV | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Descripcion": "sample string 2",
"Horas": 3.0,
"Extras": true,
"HorasV": 5.0,
"ExtrasV": true
}