GET api/Hotel?foliohotel={foliohotel}&entrada={entrada}&salida={salida}&usuario={usuario}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
foliohotel | integer |
Required |
|
entrada | string |
Required |
|
salida | string |
Required |
|
usuario | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HabitacionName | Description | Type | Additional information |
---|---|---|---|
Folio | integer |
None. |
|
Nombre | string |
None. |
|
Descripcion | string |
None. |
|
Vista | string |
None. |
|
Capacidad | integer |
None. |
|
MaxAdulto | integer |
None. |
|
MaxNino | integer |
None. |
|
Imagen | string |
None. |
|
EsReembolsable | integer |
None. |
|
codigoHDo | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Folio": 1, "Nombre": "sample string 2", "Descripcion": "sample string 3", "Vista": "sample string 4", "Capacidad": 5, "MaxAdulto": 6, "MaxNino": 7, "Imagen": "sample string 8", "EsReembolsable": 9, "codigoHDo": "sample string 10" }, { "$ref": "1" } ]