POST api/Reservas/CrearReserva
Request Information
URI Parameters
None.
Body Parameters
Reserva| Name | Description | Type | Additional information |
|---|---|---|---|
| IdReserva | integer |
None. |
|
| IdCliente | integer |
None. |
|
| IdServicio | integer |
None. |
|
| IdSede | integer |
None. |
|
| Fecha | date |
None. |
|
| HoraInicio | time interval |
None. |
|
| HoraFin | time interval |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdReserva": 1,
"IdCliente": 2,
"IdServicio": 3,
"IdSede": 4,
"Fecha": "2026-02-15T00:38:09.1287604+01:00",
"HoraInicio": "00:00:00.1234567",
"HoraFin": "00:00:00.1234567"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.