GET api/Getquotehotels?HotelFolio={HotelFolio}&HHPFolio={HHPFolio}&CheckIn={CheckIn}&CheckOut={CheckOut}&Currency={Currency}&Config={Config}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
HotelFolio | integer |
Required |
|
HHPFolio | integer |
Required |
|
CheckIn | string |
Required |
|
CheckOut | string |
Required |
|
Currency | string |
Required |
|
Config | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HabitacionRecotizadaName | Description | Type | Additional information |
---|---|---|---|
proveedor | string |
None. |
|
hotel | string |
None. |
|
habitacion | string |
None. |
|
plan | string |
None. |
|
sujetoADisponibilidad | integer |
None. |
|
aplicaCierreDeFechas | integer |
None. |
|
claveContrato | string |
None. |
|
folioHHP | integer |
None. |
|
claveHabitacion | string |
None. |
|
clavePlan | string |
None. |
|
total | decimal number |
None. |
|
esReembolsable | integer |
None. |
|
nombreContrato | string |
None. |
|
totalPublico | decimal number |
None. |
|
tblproveedor_folio | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "proveedor": "sample string 1", "hotel": "sample string 2", "habitacion": "sample string 3", "plan": "sample string 4", "sujetoADisponibilidad": 5, "aplicaCierreDeFechas": 6, "claveContrato": "sample string 7", "folioHHP": 8, "claveHabitacion": "sample string 9", "clavePlan": "sample string 10", "total": 11.1, "esReembolsable": 12, "nombreContrato": "sample string 13", "totalPublico": 14.1, "tblproveedor_folio": 15 }, { "$ref": "1" } ]