POST api/Reservas/CrearReserva
Request Information
URI Parameters
None.
Body Parameters
ReservaName | 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": "2025-06-28T11:13:28.6814297+02: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.